Skip to content

Commit

Permalink
feat: ✨ set node env to production explicitly for build script
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Mar 25, 2024
1 parent 0a6c8bb commit 213a8b2
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 @@ -39,7 +39,7 @@
"README.md"
],
"scripts": {
"build": "tsup",
"build": "NODE_ENV=production tsup",
"build:docs": "typedoc --out docs ./src/index.ts",
"dev": "tsup --watch",
"format": "biome check --apply ./src",
Expand Down

0 comments on commit 213a8b2

Please sign in to comment.