Skip to content

Commit

Permalink
Use prepare script to make github install work
Browse files Browse the repository at this point in the history
  • Loading branch information
jskrzypek committed Aug 8, 2017
1 parent e0bf151 commit 1045083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"node": ">= 4.6.0"
},
"scripts": {
"prepare": "npm run compile",
"prepublish": "npm run compile",
"publish": "git push origin --tags && npm run changelog && git push origin",
"release:patch": "npm version patch && npm publish",
Expand Down

0 comments on commit 1045083

Please sign in to comment.