diff --git a/package.json b/package.json index 59c3319..e636054 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "clean": "rm -rf dist", "build": "bun run clean && bun build:types && bun build:bundle", "build:types": "tsc --emitDeclarationOnly", - "build:bundle": "bun build src/index.ts --outdir dist --target bun --format esm --minify", + "build:bundle": "bun build src/index.ts src/decorators/index.ts src/testing/index.ts --outdir dist --target bun --format esm", "test": "bun test", "test:watch": "bun test --watch", "test:coverage": "bun test --coverage",