We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa35d4 commit 0c48bb0Copy full SHA for 0c48bb0
package.json
@@ -58,7 +58,7 @@
58
"postinstall": "bun ./scripts/postinstall.ts",
59
"uninstall": "bun ./scripts/uninstall.ts",
60
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
61
- "prepublishOnly": "bun --bun run build && bun run compile:all",
+ "prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
62
"test": "bun test",
63
"lint": "bunx --bun eslint .",
64
"lint:fix": "bunx --bun eslint . --fix",
0 commit comments