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 a934248 commit 79501d2Copy full SHA for 79501d2
package.json
@@ -15,8 +15,7 @@
15
"style": "main.css",
16
"typings": "main.d.ts",
17
"scripts": {
18
- "prepublish": "typings install && webpack",
19
- "postinstall": "typings install && webpack",
+ "prepublish": "npm -i --ignore-scripts && typings install && webpack",
20
"build": "webpack",
21
"clean": "rm -rf dist lib dev/dist test/dist coverage",
22
"clean:deep": "rm -rf dist lib dev/dist test/dist coverage node_modules typings",
0 commit comments