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

Commit

Permalink
chore(npm-scripts): use prepublishOnly npm script instead of prepubli…
Browse files Browse the repository at this point in the history
…sh to not run linter and tests as part of install, to reduce CI times
  • Loading branch information
bochaco committed Apr 3, 2019
1 parent 524e204 commit eff0f62
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": "cat ./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 eff0f62

Please sign in to comment.