Skip to content

Commit

Permalink
Add dist to build output
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Aug 8, 2024
1 parent 2ee7a17 commit e9d685d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/hash-api/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// Outputs of GraphQL generation
"outputs": ["./src/**/*.gen.*"],
"dependsOn": ["^codegen"]
},
"build": {
"outputs": ["dist"]
}
}
}

0 comments on commit e9d685d

Please sign in to comment.