Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
chore(scripts): use prepublishOnly npm script instead of prepublish t…
Browse files Browse the repository at this point in the history
…o not run linter and tests after install to reduce CI times
  • Loading branch information
bochaco committed Apr 3, 2019
1 parent 310e29b commit b620e21
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 @@ -14,7 +14,7 @@
"publish-coverage": "mv ./coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js",
"pre-pack": "npm run lint",
"prepush": "npm run lint && cross-env NODE_ENV=dev npm run test",
"prepublish": "npm run lint && npm run test"
"prepublishOnly": "npm run lint && npm run test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b620e21

Please sign in to comment.