From b0a1a727dcbff962bdbe2181dcdde4bcd1f4e078 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 18 Jul 2023 14:28:34 +0100 Subject: [PATCH] build: fix turbo dev (#1169) --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index afa6cba5e8..e9e39944e1 100644 --- a/turbo.json +++ b/turbo.json @@ -21,7 +21,7 @@ "inputs": ["package.json", "src/**", "../../templates/**"] }, "dev": { - "dependsOn": ["^build"], + "dependsOn": ["build"], "cache": false, "persistent": true },