We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f9f49 commit d76c46bCopy full SHA for d76c46b
packages/litlytics/package.json
@@ -6,7 +6,7 @@
6
"type": "module",
7
"version": "0.4.0",
8
"scripts": {
9
- "build": "bun run build.ts",
+ "build": "NODE_ENV=production bun run build.ts",
10
"typecheck": "tsc",
11
"test": "vitest",
12
"test:ci": "vitest --coverage --run"
0 commit comments