Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

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 44b77e3 commit 43ffa48
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 @@ -21,7 +21,7 @@
"clean": "del-cli dist",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "standard-version",
"security": "nsp check",
"travis:lint": "npm run lint && npm run security",
Expand Down

0 comments on commit 43ffa48

Please sign in to comment.