Skip to content

Commit

Permalink
chore: fix pre-publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Dec 17, 2024
1 parent e4831e3 commit d797eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "biome lint",
"test": "vitest",
"build": "rm -rf out dist && tsc && rollup -c rollup.config.js",
"prepublish": "build"
"prepublish": "pnpm run build"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down

0 comments on commit d797eb9

Please sign in to comment.