diff --git a/turbo.json b/turbo.json index ce85ab5b3..7cdb5c0aa 100644 --- a/turbo.json +++ b/turbo.json @@ -10,8 +10,7 @@ "dependsOn": ["^build:prod"] }, "test": { - "inputs": ["**/*.spec.ts"], - "dependsOn": ["^build"] + "inputs": ["**/*.spec.ts"] } } }