From 4fe9e60ed204b4ef6695035a2cdb1592af17101b Mon Sep 17 00:00:00 2001 From: Griko Nibras Date: Wed, 12 Oct 2022 10:00:03 +0700 Subject: [PATCH] fix(turbo): update lint pipeline dependency --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index e97ea719..ffe71c08 100644 --- a/turbo.json +++ b/turbo.json @@ -13,7 +13,7 @@ "cache": false }, "lint": { - "dependsOn": ["^lint"], + "dependsOn": ["^build", "^lint"], "outputs": [] }, "start": {