Skip to content

Commit ac5c863

Browse files
committed
Use prepublishOnly script instead of prepare
1 parent 641feca commit ac5c863

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
@@ -33,7 +33,7 @@
3333
"node": ">=14"
3434
},
3535
"scripts": {
36-
"prepare": "rollup --config rollup.config.js",
36+
"prepublishOnly": "rollup --config rollup.config.js",
3737
"size-limit-build": "rollup --config rollup.config.js",
3838
"size-limit-clean": "rm -rf dist"
3939
},

0 commit comments

Comments
 (0)