Skip to content

Commit

Permalink
Add postinstall build hook for non-published module
Browse files Browse the repository at this point in the history
  • Loading branch information
snowak-cb committed May 30, 2017
1 parent 0d5d083 commit da522c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"typings": "main.d.ts",
"scripts": {
"prepublish": "typings install && webpack",
"postinstall": "typings install && webpack",
"build": "webpack",
"clean": "rm -rf dist lib dev/dist test/dist coverage",
"clean:deep": "rm -rf dist lib dev/dist test/dist coverage node_modules typings",
Expand Down

0 comments on commit da522c8

Please sign in to comment.