Skip to content

Commit

Permalink
chore: add graphql:gen generated 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 fd94541 commit 7e826cf
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 @@ -34,7 +34,7 @@
"graphql:gen": {
"dependsOn": ["^graphql:gen"],
"inputs": [".env*"],
"outputs": ["src/generated/**"]
"outputs": ["lib/shared/services/api/generated/**"]
}
}
}

0 comments on commit 7e826cf

Please sign in to comment.