diff --git a/apps/web/package.json b/apps/web/package.json index 8cd363a..7fbe8a8 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 -d", "start": "next start", "lint": "next lint", "test": "vitest",