diff --git a/turbo.json b/turbo.json index d9654ca..2b777f2 100644 --- a/turbo.json +++ b/turbo.json @@ -20,7 +20,7 @@ "build": { "dependsOn": ["^build"], "dotEnv": [".env", ".env.local", ".env.production", ".env.production.local"], - "outputs": ["build/**", "dist/**", ".next"] + "outputs": ["build/**", "dist/**", ".next/**"] }, "check": { "dependsOn": [