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.
1 parent 641feca commit ac5c863Copy full SHA for ac5c863
package.json
@@ -33,7 +33,7 @@
33
"node": ">=14"
34
},
35
"scripts": {
36
- "prepare": "rollup --config rollup.config.js",
+ "prepublishOnly": "rollup --config rollup.config.js",
37
"size-limit-build": "rollup --config rollup.config.js",
38
"size-limit-clean": "rm -rf dist"
39
0 commit comments