Skip to content

Commit 0e52761

Browse files
committed
Try to fix again for auto install and run release script
1 parent 60d9ab0 commit 0e52761

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
"lib": "./lib"
99
},
1010
"scripts": {
11-
"build": "rollup -c && ./release.sh",
11+
"build": "rollup -c",
1212
"watch": "rollup -w -c",
1313
"prepublish": "npm run-script build",
1414
"test": "node ./test/run.js",
15-
"lint": "bin/lint"
15+
"lint": "bin/lint",
16+
"install": "npm install",
17+
"postinstall": "./release.sh"
1618
},
1719
"devDependencies": {
1820
"blint": "^0.5.1",

0 commit comments

Comments
 (0)