diff --git a/package.json b/package.json index ecba3d1..ca8941b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "main": "dist/index.js", "type": "module", "scripts": { + "prepare": "tsup", "test": "bun typecheck && bun test:unit && bun test:integration && bun test:e2e", "test:unit": "vitest --run ./src", "test:integration": "bun test:integration:api && bun test:integration:apps",