Skip to content

Commit

Permalink
chore: prepublish -> prepublishOnly, see npm/npm#10074
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Motte committed Oct 18, 2017
1 parent 64830cd commit ba4bb24
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 @@
"test": "cross-env BABEL_ENV=test standard && jest",
"test:watch": "npm test -- --watch",
"test:coverage": "cross-env BABEL_ENV=test jest --coverage && cat ./coverage/lcov.info | coveralls",
"prepublish": "npm test && npm run build",
"prepublishOnly": "npm test && npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
Expand Down

0 comments on commit ba4bb24

Please sign in to comment.