diff --git a/turbo.json b/turbo.json index f15683b3..d1e1156b 100644 --- a/turbo.json +++ b/turbo.json @@ -6,7 +6,7 @@ "outputs": ["dist"] }, "www#build": { - "dependsOn": ["^build"], + "dependsOn": ["^build", "generate-docs"], "env": ["NEXT_PUBLIC_GA_MEASUREMENT_ID"], "outputs": [".next/**", "!.next/cache/**"] },