Skip to content

Commit

Permalink
chore: add graphql:gen outputs to turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 20, 2024
1 parent e64d2b7 commit fd94541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"graphql:gen": {
"dependsOn": ["^graphql:gen"],
"inputs": [".env*"]
"inputs": [".env*"],
"outputs": ["src/generated/**"]
}
}
}

0 comments on commit fd94541

Please sign in to comment.