diff --git a/turbo.json b/turbo.json index 1c9b05d19..29a1b5a3c 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,9 @@ { "$schema": "https://turbo.build/schema.json", "pipeline": { + "clean": { + "dependsOn": ["^clean"] + }, "build": { "cache": false, "dependsOn": ["^build"],