Skip to content

Commit

Permalink
fix(npm): move prepublish scripts to prepare to get called by semanti…
Browse files Browse the repository at this point in the history
…c-release
  • Loading branch information
skolmer committed Jul 4, 2018
1 parent 4072710 commit 3c317db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"travis-deploy-once": "^5.0.1"
},
"scripts": {
"prepublish": "npm run lint && npm run clean && npm run build",
"prepare": "npm run lint && npm run clean && npm run build",
"test": "npm run test:local && npm run report-coverage",
"test:local": "npm run lint && jest",
"report-coverage": "shx cat ./coverage/lcov.info | coveralls",
Expand Down

0 comments on commit 3c317db

Please sign in to comment.