Skip to content

Commit 1e06842

Browse files
authored
Update package.json
Remove prebulish hook
1 parent a4f4705 commit 1e06842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
],
99
"scripts": {
1010
"build": "tsc --version && tsc --project \"./src\"",
11-
"prepublish": "npm run build",
1211
"test:unit": "mocha -R spec ./test/unit",
1312
"test:integration": "mocha -R spec ./test/integration && rimraf tmp",
1413
"test": "npm run build && npm run test:unit && npm run test:integration",

0 commit comments

Comments
 (0)