diff --git a/package.json b/package.json index 692d5ca..f111454 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ }, "scripts": { "build": "tsup", + "prepare": "bun run build", "check": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest",