Skip to content

Commit

Permalink
fix(package): use prepare instead of prepublish for release
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 29, 2018
1 parent 54a4a66 commit 0b90a71
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 @@ -16,7 +16,7 @@
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "standard-version",
"security": "nsp check",
"test": "jest",
Expand Down

0 comments on commit 0b90a71

Please sign in to comment.