From 82fd35c315cb58b7a0cd8128105f9614581c05ce Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 10 Apr 2022 23:58:01 +0200 Subject: [PATCH] feat: Add dependency to dev pipeline --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 4139b65e..6752e49e 100644 --- a/turbo.json +++ b/turbo.json @@ -22,6 +22,7 @@ "outputs": [] }, "dev": { + "dependsOn": ["^build"], "cache": false } }