Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit 0e75948

Browse files
committed
fix: remove postinstall script
1 parent 05732c6 commit 0e75948

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
1919
"precommit": "npm run lint",
2020
"commitmsg": "validate-commit-msg",
21-
"prepush": "npm run test",
22-
"postinstall": "npm run build"
21+
"prepush": "npm run test"
2322
},
2423
"config": {
2524
"validate-commit-msg": {

0 commit comments

Comments
 (0)