We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d9ab0 commit 0e52761Copy full SHA for 0e52761
1 file changed
package.json
@@ -8,11 +8,13 @@
8
"lib": "./lib"
9
},
10
"scripts": {
11
- "build": "rollup -c && ./release.sh",
+ "build": "rollup -c",
12
"watch": "rollup -w -c",
13
"prepublish": "npm run-script build",
14
"test": "node ./test/run.js",
15
- "lint": "bin/lint"
+ "lint": "bin/lint",
16
+ "install": "npm install",
17
+ "postinstall": "./release.sh"
18
19
"devDependencies": {
20
"blint": "^0.5.1",
0 commit comments