Closed mrmartineau closed 3 years ago
@mrmartineau Correct. If auto-install
is false, no package manager installs/adds are triggered. It assumes the environment has been prepared already.
So you would need to have the preset in your projects dependencies, and do a yarn install
in the job before running this action.
Thanks for the response @milesj, but I am fairly certain that the when I set auto-install
to false
that it still installed everything. I will check again to confirm though.
Can you also tell me that if it does indeed not install any packages, do I just need to install the beemo preset in order for this to work?
@mrmartineau Maybe how GH/yaml handles truthiness is different than what I expect? https://github.com/beemojs/conventional-pr-action/blob/master/src/index.ts#L138
yarn add --dev conventional-changelog-beemo
should be enough to resolve this.
This should be fixed now.
I am not sure that this action is running correctly, can you confirm if it is supposed to install my npm dependencies given the config below:
If
auto-install
is set to false does that mean that I need to manually install the beemo preset?