Skip to content

Commit

Permalink
chore(Root): add dependencies for turbo tasks and create turbo.json f…
Browse files Browse the repository at this point in the history
…ile for supabase
  • Loading branch information
dartilesm committed Nov 10, 2024
1 parent fc8f37e commit f028671
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
18 changes: 18 additions & 0 deletions packages/supabase/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": [
"//"
],
"tasks": {
"build": {
"dependsOn": [
"@makify/supabase#gen:types:local"
]
},
"gen:types:local": {
"inputs": [
"src/supabase/**/*.sql",
"src/supabase/**/*.toml"
]
}
}
}
8 changes: 1 addition & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
],
"cache": false,
"persistent": true
},
"@makify/supabase#build": {
"dependsOn": [
"@makify/supabase#gen:types:local"
]
},
"@makify/supabase#gen:types:local": {}
}
}
}

0 comments on commit f028671

Please sign in to comment.