diff --git a/package.json b/package.json index 839271015..56f9eb1a2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "build": "turbo run build", "clean": "turbo run clean", - "clean:build": "turbo run clean:build", + "clean:build": "turbo run clean && turbo run build", "build:agents": "turbo run build --filter=@livekit/agents...", "build:plugins": "turbo run build --filter=@livekit/agents-plugin-*...", "ci:publish": "pnpm build && changeset publish", diff --git a/turbo.json b/turbo.json index 4c79e04b1..79d07df9f 100644 --- a/turbo.json +++ b/turbo.json @@ -35,10 +35,6 @@ "dependsOn": ["^clean"], "outputs": [""] }, - "clean:build": { - "dependsOn": ["^clean:build"], - "outputs": ["dist/**"] - }, "lint": { "outputs": [] },