Browse Source

package: rm prepublish

hk-custom-address
Daniel Cousens 8 years ago
committed by Daniel Cousens
parent
commit
f4ebe20687
  1. 1
      package.json

1
package.json

@ -38,7 +38,6 @@
"coverage-report": "nyc report --reporter=lcov",
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
"integration": "mocha test/integration/",
"prepublish": "npm run test",
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "mocha"

Loading…
Cancel
Save