Skip to content

Commit

Permalink
TSC prepublish not preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero committed Jun 16, 2017
1 parent 4098046 commit 4485b31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
},
"scripts": {
"tsc": "tsc",
"prepublish": "webpack",
"postversion": "webpack",
"postinstall": "tsc",
"prepublish": "tsc && webpack",
"tsc-watch": "tsc -w",
"test": "npm run tsc && npm run test-core && npm run test-duplex",
"test-duplex": "jasmine DUPLEX=yes JASMINE_CONFIG_PATH=test/jasmine.json",
Expand Down

0 comments on commit 4485b31

Please sign in to comment.