Skip to content

Commit da522c8

Browse files
committed
Add postinstall build hook for non-published module
1 parent 0d5d083 commit da522c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"typings": "main.d.ts",
1717
"scripts": {
1818
"prepublish": "typings install && webpack",
19+
"postinstall": "typings install && webpack",
1920
"build": "webpack",
2021
"clean": "rm -rf dist lib dev/dist test/dist coverage",
2122
"clean:deep": "rm -rf dist lib dev/dist test/dist coverage node_modules typings",

0 commit comments

Comments
 (0)