Skip to content

Commit 553ffcf

Browse files
committed
[package.json] Use prepare rather than prepublish
1 parent 1864e22 commit 553ffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "rollup -c",
1313
"watch": "rollup -w -c",
14-
"prepublish": "npm run-script build",
14+
"prepare": "npm run-script build",
1515
"test": "node ./test/run.js",
1616
"lint": "bin/lint"
1717
},

0 commit comments

Comments
 (0)