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": {