Skip to content

Commit 0c48bb0

Browse files
committed
chore: ensure bins are zipped
1 parent ffa35d4 commit 0c48bb0

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
@@ -58,7 +58,7 @@
5858
"postinstall": "bun ./scripts/postinstall.ts",
5959
"uninstall": "bun ./scripts/uninstall.ts",
6060
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
61-
"prepublishOnly": "bun --bun run build && bun run compile:all",
61+
"prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
6262
"test": "bun test",
6363
"lint": "bunx --bun eslint .",
6464
"lint:fix": "bunx --bun eslint . --fix",

0 commit comments

Comments
 (0)