Skip to content

Commit

Permalink
Update turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglescode committed Sep 4, 2024
1 parent e0aefcb commit a07409b
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 @@ -4,11 +4,11 @@
"tasks": {
"build": {
"dependsOn": ["^build:mesh", "^build:docs", "^build:apps", "^build:scripts"],
"outputs": ["*"]
"outputs": ["**"]
},
"build:apps": {
"dependsOn": ["^build:mesh", "^build:docs", "^build:apps"],
"outputs": ["*"]
"outputs": ["**"]
},
"build:docs": {
"dependsOn": ["^build:mesh", "^build:docs"],
Expand Down

0 comments on commit a07409b

Please sign in to comment.