Skip to content

Commit 79501d2

Browse files
committed
Ensure prepublish has dependencies
1 parent a934248 commit 79501d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"style": "main.css",
1616
"typings": "main.d.ts",
1717
"scripts": {
18-
"prepublish": "typings install && webpack",
19-
"postinstall": "typings install && webpack",
18+
"prepublish": "npm -i --ignore-scripts && typings install && webpack",
2019
"build": "webpack",
2120
"clean": "rm -rf dist lib dev/dist test/dist coverage",
2221
"clean:deep": "rm -rf dist lib dev/dist test/dist coverage node_modules typings",

0 commit comments

Comments
 (0)