Skip to content

Commit

Permalink
chore: fix turbo build dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 3, 2023
1 parent 2f1dc60 commit 29db953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist"]
},
"lint": {},
Expand Down

0 comments on commit 29db953

Please sign in to comment.