Skip to content

Commit 58aeffc

Browse files
committed
2 parents 928b8ec + 7027552 commit 58aeffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"test": "vitest run",
3636
"test:cov": "vitest run --coverage",
37-
"build": "tsup src/index.ts --dts --format esm,cjs --outDir dist --minify --clean",
37+
"build": "tsup src/index.ts --dts --format esm,cjs --outDir dist --clean",
3838
"remix:dev": "npm run dev -w test-apps/remix-vite",
3939
"remix:cjs:dev": "npm run dev -w test-apps/remix-vite-cjs",
4040
"build:dev": "tsup src/index.ts --dts --format cjs,esm --outDir dist",

0 commit comments

Comments
 (0)