Skip to content

Commit

Permalink
chore: add explicit inputs and outputs to codegen task
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Feb 26, 2024
1 parent b8b0e31 commit 3e2d118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"persistent": true,
"dependsOn": ["codegen"]
},
"codegen": {}
"codegen": {
"outputs": [".checkpoint", "generated"],
"inputs": ["**/*.graphql", "**/*.gql"]
}
}
}

0 comments on commit 3e2d118

Please sign in to comment.