diff --git a/turbo.json b/turbo.json index a7e32ea..fd5244e 100644 --- a/turbo.json +++ b/turbo.json @@ -14,7 +14,7 @@ "outputs": ["coverage/**"] }, "build": { - "outputs": ["packages/website/.next/**", "packages/website/public/**"] + "outputs": [".next/**", "public/**"] }, "publishPackage": { "dependsOn": ["^lint"],