Skip to content

Commit d797eb9

Browse files
committed
chore: fix pre-publish script
1 parent e4831e3 commit d797eb9

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
@@ -36,7 +36,7 @@
3636
"lint": "biome lint",
3737
"test": "vitest",
3838
"build": "rm -rf out dist && tsc && rollup -c rollup.config.js",
39-
"prepublish": "build"
39+
"prepublish": "pnpm run build"
4040
},
4141
"devDependencies": {
4242
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)