Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] run yarn install after yarn patch-commit -s .. #6431

Open
2 tasks done
Ayc0 opened this issue Aug 2, 2024 · 0 comments
Open
2 tasks done

[Feature] run yarn install after yarn patch-commit -s .. #6431

Ayc0 opened this issue Aug 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Ayc0
Copy link
Contributor

Ayc0 commented Aug 2, 2024

  • I'd be willing to implement this feature (contributing guide)
  • This feature is important to have in this repository; a contrib plugin wouldn't do

Describe the user story

After running yarn patch-commit -s .., I forgot to run yarn install. And then the CI failed. So I had to make another commit which is a bit cumbersome.

Other commands like yarn add etc. automatically run yarn install. We could apply the same logic here

Describe the solution you'd like

Call project.installWithNewReport(…, …) or project.install(…) after

Describe the drawbacks of your solution

I didn't think of any

Describe alternatives you've considered

I didn't think of any

@Ayc0 Ayc0 added the enhancement New feature or request label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant