We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublish
1 parent 4a27194 commit 5509b5bCopy full SHA for 5509b5b
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"build": "./node_modules/.bin/rollup -c",
12
"watch": "./node_modules/.bin/rollup -w -c",
13
- "prepublish": "npm run-script build",
+ "prepare": "npm run-script build",
14
"test": "node ./test/run.js",
15
"lint": "bin/lint",
16
"install": "npm run-script build && ./release.sh"
0 commit comments