Skip to content

Commit

Permalink
Use prepare instead of prepublish
Browse files Browse the repository at this point in the history
Fix #53
  • Loading branch information
Jason3S committed Jul 6, 2018
1 parent 02671be commit b5c9ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"generate-code-coverage": "NODE_ENV=test nyc npm run test-ts",
"test-ts": "NODE_ENV=test mocha --require ts-node/register --recursive --bail \"src/**/*.test.ts\"",
"test-watch": "npm run build && mocha --require ts-node/register --watch --recursive \"src/**/*.test.ts\"",
"prepublish": "npm run lint && npm run clean-build && npm test",
"prepare": "npm run lint && npm run clean-build && npm test",
"coverage-coveralls": "nyc report --reporter=text-lcov | coveralls",
"travis-coverage": "npm run generate-code-coverage && npm run coverage-coveralls",
"which": "which node && echo $PATH",
Expand Down

0 comments on commit b5c9ff9

Please sign in to comment.