Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Automate uninstall process (#9379)
- Manually uninstalling packages is error prone - Make it so that the user can just copy&paste one command - Unfortunatelly `pnpm` will halt when it tries to remove a package that is not part of `package.json`, hence the one-liner shell script
- Loading branch information