aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/web/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json
index 5279dad8..1b26b183 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -7,7 +7,7 @@
"scripts": {
"dev": "next dev",
"clean": "git clean -xdf .next .turbo node_modules",
- "build": "next build",
+ "build": "next build --experimental-build-mode compile",
"start": "next start",
"lint": "next lint",
"test": "vitest",