Open markrity opened 3 weeks ago
Right now install dependencies does npm install (or other package with install). It would be useful to have npm ci since its a better practice IMHO.
npm install
install
npm ci
https://www.dhiwise.com/post/making-the-right-choice-npm-ci-vs-npm-install
Can implement it as additional flag
I can implement it , I can also implement it for each package with the best practice for each package
It would be great to add a parameter to add flags to the install step of the actions. For example "--legacy-peer-deps"
Idea
Right now install dependencies does
npm install
(or other package withinstall
). It would be useful to havenpm ci
since its a better practice IMHO.Description
https://www.dhiwise.com/post/making-the-right-choice-npm-ci-vs-npm-install
Alternatives
Can implement it as additional flag
Additional context
I can implement it , I can also implement it for each package with the best practice for each package