Skip to content

Commit

Permalink
types: compile after install
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Mar 8, 2018
1 parent 74bf9f5 commit 6501c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"scripts": {
"prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
"postpublish": "node ../build/npm/post-publish.js",
"postinstall": "npm run compile",
"compile": "node ../build/bin/tsc -p ./tsconfig.json",
"compile-esm": "node ../build/bin/tsc -p ./tsconfig.esm.json",
"clean": "node ../node_modules/.bin/rimraf lib",
Expand Down

0 comments on commit 6501c8f

Please sign in to comment.