Closed Ninerian closed 3 years ago
When I used the directory param I noticed that npm was used instead of yarn even as I had setup my project with it.
npm
yarn
As the hasYarn function allows to pass in a path as argument I used this to fix the problem.
hasYarn
LGTM
When I used the directory param I noticed that
npm
was used instead ofyarn
even as I had setup my project with it.As the
hasYarn
function allows to pass in a path as argument I used this to fix the problem.