Skip to content

Commit 4485b31

Browse files
committed
TSC prepublish not preinstall
1 parent 4098046 commit 4485b31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
},
4141
"scripts": {
4242
"tsc": "tsc",
43-
"prepublish": "webpack",
44-
"postversion": "webpack",
45-
"postinstall": "tsc",
43+
"prepublish": "tsc && webpack",
4644
"tsc-watch": "tsc -w",
4745
"test": "npm run tsc && npm run test-core && npm run test-duplex",
4846
"test-duplex": "jasmine DUPLEX=yes JASMINE_CONFIG_PATH=test/jasmine.json",

0 commit comments

Comments
 (0)