Skip to content

Commit bf3a144

Browse files
fix(turbo): make tests depend on local builds
1 parent dc1550f commit bf3a144

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
@@ -37,7 +37,7 @@
3737
"outputs": []
3838
},
3939
"test": {
40-
"dependsOn": ["^build"],
40+
"dependsOn": ["build", "^build"],
4141
"outputs": []
4242
},
4343
"e2e": {

0 commit comments

Comments
 (0)