Skip to content

Commit 632322d

Browse files
committed
chore: run build and release before publish instead of install
1 parent 860b95c commit 632322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepare": "npm run-script build",
2020
"test": "node ./test/run.js",
2121
"lint": "bin/lint",
22-
"install": "npm run-script build && node release"
22+
"prepublishOnly": "npm run-script build && node release"
2323
},
2424
"devDependencies": {
2525
"@rollup/plugin-buble": "^0.21.3",

0 commit comments

Comments
 (0)