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": {