Skip to content

Commit

Permalink
chore: return minifying
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Oct 27, 2024
1 parent 751575b commit ab93bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "npm run build:lib && npm run build:chrome",
"build:lib": "tsup --entry.lib lib/main.ts --entry.cli cli/main.ts --format cjs,esm --dts --clean",
"build:lib": "tsup --entry.lib lib/main.ts --entry.cli cli/main.ts --format cjs,esm --dts --clean --minify --minify-identifiers",
"build:chrome": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
Expand Down

0 comments on commit ab93bc7

Please sign in to comment.