We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc39940 commit 9a0c538Copy full SHA for 9a0c538
package.json
@@ -5,7 +5,7 @@
5
"typings": "dist/index.d.ts",
6
"scripts": {
7
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
8
- "postinstall": "typings install",
+ "prepublish": "typings install",
9
"build": "rimraf dist && tsc -p .",
10
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post"
11
},
0 commit comments