Skip to content

Commit

Permalink
feat(package.json): use prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Jun 23, 2016
1 parent 7955f30 commit 95d5d39
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 @@ -5,7 +5,7 @@
"typings": "dist/index.d.ts",
"scripts": {
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
"postinstall": "typings install",
"prepublish": "typings install",
"build": "rimraf dist && tsc -p .",
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post"
},
Expand Down

0 comments on commit 95d5d39

Please sign in to comment.