Skip to content

Commit d76c46b

Browse files
committed
Remove logging from production build of litlytics lib
Closes #19
1 parent f1f9f49 commit d76c46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/litlytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"version": "0.4.0",
88
"scripts": {
9-
"build": "bun run build.ts",
9+
"build": "NODE_ENV=production bun run build.ts",
1010
"typecheck": "tsc",
1111
"test": "vitest",
1212
"test:ci": "vitest --coverage --run"

0 commit comments

Comments
 (0)