Skip to content

Commit ffe6b0e

Browse files
committed
chore: Add prepublishOnly script
1 parent 1f9dd12 commit ffe6b0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"fmt": "biome check --write --unsafe .",
99
"lint": "biome check .",
1010
"typecheck": "tsc --noEmit",
11-
"build": "bun run ./scripts/build.ts"
11+
"build": "bun run ./scripts/build.ts",
12+
"prepublishOnly": "bun run build"
1213
},
1314
"devDependencies": {
1415
"@biomejs/biome": "2.0.5",

0 commit comments

Comments
 (0)