Skip to content

Commit

Permalink
chore: Use prepare instead of prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 2, 2018
1 parent 9b3d588 commit 4a8b89c
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 @@ -27,7 +27,7 @@
},
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"prepare": "npm run build",
"lint": "standard --verbose",
"generate": "node util/wrap-data-minified",
"generate:debug": "node util/wrap-data",
Expand Down

0 comments on commit 4a8b89c

Please sign in to comment.