diff --git a/package.json b/package.json index cc6f5c1..a90fa47 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "next build", + "build": "next build --turbopack", "start": "next start", "lint": "next lint", "format": "prettier -w './**/*.{tsx,ts}'"