Skip to content

Commit

Permalink
fix: Use globs for turbo outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 2, 2023
1 parent ba8d345 commit 13af28b
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 @@ -3,7 +3,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist", "bin", "out"]
"outputs": [".next/**", "!.next/cache/**", "dist/**", "bin/**", "out/**"]
},
"release": {
"dependsOn": ["build", "test"]
Expand Down

0 comments on commit 13af28b

Please sign in to comment.