Skip to content

Commit

Permalink
fix hub's build's outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Oct 20, 2024
1 parent 7ff75d3 commit 9af64f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
// I don't think hub's eslint and build can run concurrently. Without this we get an error in Github Actions like
// Error: ENOENT: no such file or directory, open '/home/runner/work/Pentive/Pentive/hub/app.config.timestamp_1725915755421.js'
"hub#eslint"
],
"outputs": [
"dist/**",
".vinxi/**"
]
},
"check": {
Expand Down Expand Up @@ -53,8 +57,7 @@
"tsc-build"
],
"outputs": [
"dist/**",
".vinxi/**"
"dist/**"
],
"inputs": [
"$TURBO_DEFAULT$",
Expand Down

0 comments on commit 9af64f1

Please sign in to comment.