From e9e7555ecab91b551143b1e6b0b868a62c77f4d5 Mon Sep 17 00:00:00 2001 From: Russell McClellan Date: Sun, 3 Nov 2024 01:30:54 -0500 Subject: [PATCH] workaround prepack script bug https://github.com/oven-sh/bun/issues/3768 --- web/plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/plugin/package.json b/web/plugin/package.json index e110484..f9fab9e 100644 --- a/web/plugin/package.json +++ b/web/plugin/package.json @@ -10,7 +10,7 @@ "lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "check-format": "prettier --ignore-path .gitignore -c .", "format": "prettier --ignore-path .gitignore --write .", - "prepack": "conformal-internal-scripts ts-browser-prepack", + "prepack": "NODE_ENV=production conformal-internal-scripts ts-browser-prepack", "postpack": "conformal-internal-scripts ts-browser-postpack" }, "files": [