From e2b3bd83d0f1cec8dca49ce0258d6e17535d02bd Mon Sep 17 00:00:00 2001 From: Vishnu Sankar <4602725+iamvishnusankar@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:32:43 +0530 Subject: [PATCH] Deploy depends upon build --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 675969ef..e3d23b27 100644 --- a/turbo.json +++ b/turbo.json @@ -14,7 +14,7 @@ ] }, "deploy": { - "dependsOn": ["build", "postbuild"], + "dependsOn": ["^build", "postbuild"], "outputs": [] }, "lint": {