Skip to content

Commit

Permalink
Switch prepublish to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
pshrmn committed Jun 20, 2017
1 parent e6cd8b5 commit 5dd84e8
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 @@ -12,7 +12,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "node ./scripts/build",
"prepublish": "in-publish && npm run build",
"prepublishOnly": "in-publish && npm run build",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit 5dd84e8

Please sign in to comment.