Skip to content

Commit

Permalink
fix(48): ensure npm bundle is built with production settings
Browse files Browse the repository at this point in the history
Fixes #48
  • Loading branch information
EvHaus committed Aug 16, 2023
1 parent 896cc93 commit eabc388
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 @@
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "bun ./build.ts",
"build": "NODE_ENV=production bun ./build.ts",
"lint": "bun typescript && bun rome:format && bun rome:lint && bun packagelint",
"packagelint": "prettier-package-json --use-tabs --write ./package.json",
"rome:format": "rome format --write .",
Expand Down

0 comments on commit eabc388

Please sign in to comment.