aube clean
- Usage:
aube clean [-l --lockfile]
Remove node_modules across every workspace project.
--lockfile / -l also deletes lockfiles. A clean script in the root package.json overrides the built-in.
Flags
-l --lockfile
Also remove lockfiles at the workspace root (aube-lock.yaml, pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, bun.lock)