When running bun run clean:workspaces, the following error occurs:
➜ project git:(main) ✗ bun run clean:workspaces
$ turbo clean
turbo 2.1.1
× missing tasks in project
Error: × could not find task `clean` in project
error: script "clean:workspaces" exited with code 1
Problem
When running
bun run clean:workspaces
, the following error occurs: