diff --git a/turbo.json b/turbo.json index b6b568d8..dd5b4a69 100644 --- a/turbo.json +++ b/turbo.json @@ -11,7 +11,7 @@ "lint": {}, "test": { "dependsOn": [ - "^build, build" + "^build", "build" ] }, "test:debug": {