diff --git a/turbo.json b/turbo.json index 20db253..f85f7d7 100644 --- a/turbo.json +++ b/turbo.json @@ -1,8 +1,8 @@ { "$schema": "https://turborepo.org/schema.json", "pipeline": { - "test": {"cache": false}, - "test:watch": {"cache": false}, + "test": {"cache": false, "dependsOn": ["^build"]}, + "test:watch": {"cache": false, "dependsOn": ["^build"]}, "build": {"cache": false, "dependsOn": ["^build"]} } }