diff --git a/examples/basic/turbo.json b/examples/basic/turbo.json index d44dedb04af78..ec4d016d4b138 100644 --- a/examples/basic/turbo.json +++ b/examples/basic/turbo.json @@ -3,6 +3,7 @@ "globalDependencies": ["**/.env.*local"], "pipeline": { "build": { + "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"] }, "lint": {},