Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit ac7354e

Browse files
remove postinstall script
1 parent c153445 commit ac7354e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"pretest": "npm run build",
2525
"test": "mocha --compilers js:buble/register",
2626
"posttest": "npm run lint",
27-
"prepublish": "npm run test",
28-
"postinstall": "npm i && npm run build"
27+
"prepublish": "npm run test"
2928
},
3029
"dependencies": {
3130
"compare-versions": "2.0.1",

0 commit comments

Comments
 (0)