Skip to content

Commit 1a4d7b3

Browse files
committed
Make update-translations depend on workspace builds for clean CI
1 parent b676794 commit 1a4d7b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

application/turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"dependsOn": ["^build", "update-translations"]
99
},
1010
"update-translations": {
11-
"cache": false
11+
"cache": false,
12+
"dependsOn": ["^build"]
1213
},
1314
"check": {
1415
"dependsOn": ["^check"],

0 commit comments

Comments
 (0)