We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bf756f + 07c3087 commit 47f293eCopy full SHA for 47f293e
1 file changed
package.json
@@ -29,7 +29,7 @@
29
"clean": "rm -rf dist",
30
"build": "bun run clean && bun build:types && bun build:bundle",
31
"build:types": "tsc --emitDeclarationOnly",
32
- "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",
33
"test": "bun test",
34
"test:watch": "bun test --watch",
35
"test:coverage": "bun test --coverage",
0 commit comments