Skip to content

Commit

Permalink
chore: make turbo glob patterns deep
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Nov 6, 2023
1 parent de70904 commit ba0c85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "tsconfig.build.tsbuildinfo"]
"outputs": ["dist/**/*", "tsconfig.build.tsbuildinfo"]
},
"cleanup": {
"cache": false
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"test": {
"dependsOn": ["^build"],
"outputs": ["coverage/**"]
"outputs": ["coverage/**/*"]
},
"ts": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit ba0c85f

Please sign in to comment.