### Is your feature request related to a problem? Please describe. When you run `ns clean` on a project that uses yarn as the package manager, the CLI still tries to remove a `package-lock.json` instead of `yarn.lock` ### Describe the solution you'd like If the package manager of the project is yarn, then `ns clean` should attempt to remove `yarn.lock` if it exists. ### Describe alternatives you've considered As an alternative, the developer could be prompted if they wish to remove yarn.lock or package-lock.json. ### Anything else? _No response_ ### Please accept these terms - [X] I have searched the [existing issues](https://github.com/NativeScript/nativescript-cli/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before - [X] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)