[Feature] run yarn install
after yarn patch-commit -s ..
#6431
Labels
enhancement
New feature or request
yarn install
after yarn patch-commit -s ..
#6431
Describe the user story
After running
yarn patch-commit -s ..
, I forgot to runyarn 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 runyarn install
. We could apply the same logic hereDescribe the solution you'd like
Call
project.installWithNewReport(…, …)
orproject.install(…)
afterberry/packages/plugin-patch/sources/commands/patchCommit.ts
Line 133 in 2a47867
Describe the drawbacks of your solution
I didn't think of any
Describe alternatives you've considered
I didn't think of any
The text was updated successfully, but these errors were encountered: