Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit baf692d

Browse files
committed
feat(package.json): use prepublish
1 parent cf75133 commit baf692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"typings": "dist/index.d.ts",
66
"scripts": {
77
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
8-
"postinstall": "typings install",
8+
"prepublish": "typings install",
99
"build": "rimraf dist && tsc -p .",
1010
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post"
1111
},

0 commit comments

Comments
 (0)