Closed finn-orsini closed 2 years ago
Add support for Berry by checking for .yarnrc.yml file at root of repo if yarn.lock is found. Rest of check currently uses same rules as yarn classic.
.yarnrc.yml
yarn.lock
yarn
Resolves https://github.com/wayfair/one-version/issues/18
Description
Add support for Berry by checking for
.yarnrc.yml
file at root of repo ifyarn.lock
is found. Rest of check currently uses same rules asyarn
classic.Resolves https://github.com/wayfair/one-version/issues/18
Type of Change