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 e4831e3 commit d797eb9Copy full SHA for d797eb9
package.json
@@ -36,7 +36,7 @@
36
"lint": "biome lint",
37
"test": "vitest",
38
"build": "rm -rf out dist && tsc && rollup -c rollup.config.js",
39
- "prepublish": "build"
+ "prepublish": "pnpm run build"
40
},
41
"devDependencies": {
42
"@biomejs/biome": "^1.9.4",
0 commit comments