diff --git a/turbo.json b/turbo.json index 80c2fd075..7b9822c88 100644 --- a/turbo.json +++ b/turbo.json @@ -3,6 +3,7 @@ "globalEnv": ["NODE_ENV"], "tasks": { "codegen": { + "dependsOn": ["^build"], "outputs": [".svelte-kit/**", ".gql/**", "styled-system/**"] }, "build": {