diff --git a/package.json b/package.json index 8c91793..628cfeb 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "commit": "git-cz", "prepare": "husky install", "bootstrap:ci": "pnpm i --frozen-lockfile", + "clean": "turbo run clean --parallel", "lint": "turbo run lint --parallel", "test": "turbo run test --parallel", "test:watch": "turbo run test:watch", diff --git a/turbo.json b/turbo.json index 76884d4..e815e4d 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,9 @@ { "$schema": "https://turbo.build/schema.json", "pipeline": { + "clean": { + "cache": false + }, "lint": { "outputs": [] },