diff --git a/turbo.json b/turbo.json index 565a0f7..37033c2 100644 --- a/turbo.json +++ b/turbo.json @@ -21,7 +21,12 @@ }, "build": { "inputs": ["$TURBO_DEFAULT$", ".env*"], - "outputs": [".cache/tsbuildinfo.json", "dist/**", "storybook-static/**"], + "outputs": [ + ".cache/tsbuildinfo.json", + "dist/**", + "storybook-static/**", + ".next/**" + ], "dependsOn": ["^build"] }, "format": {