From 96dc15a61e7775ff1aa8597eea1d7e2b9a9bf984 Mon Sep 17 00:00:00 2001 From: Pikj Reyderman Date: Tue, 13 Feb 2024 20:22:48 +0200 Subject: [PATCH] :upd --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index f184cf8b..b8754522 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,7 @@ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { - "dependsOn": ["migration:run", ""^build"], + "dependsOn": ["migration:run", "^build"], "outputs": ["build/**", "dist/**"] }, "test": {