Skip to content

Commit 47f293e

Browse files
authored
Merge pull request #3 from BackendStack21/fix/remove-minification
fix: remove minification to support subpath exports
2 parents 7bf756f + 07c3087 commit 47f293e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean": "rm -rf dist",
3030
"build": "bun run clean && bun build:types && bun build:bundle",
3131
"build:types": "tsc --emitDeclarationOnly",
32-
"build:bundle": "bun build src/index.ts --outdir dist --target bun --format esm --minify",
32+
"build:bundle": "bun build src/index.ts src/decorators/index.ts src/testing/index.ts --outdir dist --target bun --format esm",
3333
"test": "bun test",
3434
"test:watch": "bun test --watch",
3535
"test:coverage": "bun test --coverage",

0 commit comments

Comments
 (0)