diff --git a/package.json b/package.json index 4f450948..94a03843 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack -p 80", - "build": "next build", + "build": "next build --experimental-build-mode compile", "start": "next start", "lint": "next lint", "email": "email dev",