Skip to content

Commit 37a5236

Browse files
committed
fix: only build on prepublish
1 parent 7b10c59 commit 37a5236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"fmt:fix": "prettier --write .",
5858
"lint": "biome check .",
5959
"lint:fix": "biome check --write .",
60-
"prepublishOnly": "bun run test && bun run build"
60+
"prepublishOnly": "bun run build"
6161
},
6262
"devDependencies": {
6363
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)