Skip to content

Commit

Permalink
chore: Typecheck dependends on graphql:gen
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 19, 2024
1 parent 8091edf commit 8e50cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependsOn": ["^lint:fix"]
},
"typecheck": {
"dependsOn": ["build", "^typecheck"]
"dependsOn": ["graphql:gen", "^typecheck"]
},
"test:unit": {
"dependsOn": ["build", "^test:unit"]
Expand Down

0 comments on commit 8e50cfc

Please sign in to comment.