Skip to content

Commit 6cbc49a

Browse files
author
Umutcan ÖNER
committed
fix: update turbo analyze task to depend on upstream builds
1 parent 2677dc2 commit 6cbc49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"analyze": {
2525
"outputs": ["analyze/**"],
26-
"dependsOn": ["build"]
26+
"dependsOn": ["^build"]
2727
},
2828
"clean": {
2929
"cache": false

0 commit comments

Comments
 (0)