Skip to content

Commit 29db953

Browse files
chore: fix turbo build dependsOn
1 parent 2f1dc60 commit 29db953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"globalDependencies": ["**/.env.*local"],
44
"pipeline": {
55
"build": {
6+
"dependsOn": ["^build"],
67
"outputs": ["dist"]
78
},
89
"lint": {},

0 commit comments

Comments
 (0)