build: add prepare script for git installs

This commit is contained in:
2026-05-11 18:57:04 +09:00
parent cea45a552a
commit 07bd98c0f9

View File

@@ -23,6 +23,7 @@
}, },
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",
"prepare": "bun run build",
"check": "tsc --noEmit", "check": "tsc --noEmit",
"test": "vitest run", "test": "vitest run",
"test:watch": "vitest", "test:watch": "vitest",