diff --git a/packages/supabase/turbo.json b/packages/supabase/turbo.json new file mode 100644 index 0000000..d6ea87e --- /dev/null +++ b/packages/supabase/turbo.json @@ -0,0 +1,18 @@ +{ + "extends": [ + "//" + ], + "tasks": { + "build": { + "dependsOn": [ + "@makify/supabase#gen:types:local" + ] + }, + "gen:types:local": { + "inputs": [ + "src/supabase/**/*.sql", + "src/supabase/**/*.toml" + ] + } + } +} \ No newline at end of file diff --git a/turbo.json b/turbo.json index 687ad1e..c86c19d 100644 --- a/turbo.json +++ b/turbo.json @@ -31,12 +31,6 @@ ], "cache": false, "persistent": true - }, - "@makify/supabase#build": { - "dependsOn": [ - "@makify/supabase#gen:types:local" - ] - }, - "@makify/supabase#gen:types:local": {} + } } } \ No newline at end of file