From 8c54480d32d940c9bd857b6712e4e5cbaafa00ad Mon Sep 17 00:00:00 2001 From: Marc-Antoine Parent Date: Mon, 1 Sep 2025 10:47:00 -0400 Subject: [PATCH] ENG-816: Make the deploy turbo task depend on build --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 2c84ba03a..073e1b63f 100644 --- a/turbo.json +++ b/turbo.json @@ -64,6 +64,7 @@ }, "deploy": { "cache": false, + "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"] }, "publish": {