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 91f5134 commit 783c12aCopy full SHA for 783c12a
package.json
@@ -12,7 +12,8 @@
12
"scripts": {
13
"test": "vitest --run",
14
"prebuild": "rm -rf dist",
15
- "build": "node scripts/build.js && tsc -p . && rolldown -c rolldown.config.mjs"
+ "build": "node scripts/build.js && tsc -p . && rolldown -c rolldown.config.mjs",
16
+ "prepublishOnly": "npm build"
17
},
18
"repository": {
19
"type": "git",
0 commit comments