package: rm prepublish
This commit is contained in:
parent
42c716138f
commit
f4ebe20687
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@
|
||||||
"coverage-report": "nyc report --reporter=lcov",
|
"coverage-report": "nyc report --reporter=lcov",
|
||||||
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
|
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
|
||||||
"integration": "mocha test/integration/",
|
"integration": "mocha test/integration/",
|
||||||
"prepublish": "npm run test",
|
|
||||||
"standard": "standard",
|
"standard": "standard",
|
||||||
"test": "npm run standard && npm run unit",
|
"test": "npm run standard && npm run unit",
|
||||||
"unit": "mocha"
|
"unit": "mocha"
|
||||||
|
|
Loading…
Reference in a new issue