yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.43k stars 2.72k forks source link

Lerna bootstrap command doesn't generate yarn.lock file #8740

Closed sunakshitejwani closed 2 years ago

sunakshitejwani commented 2 years ago

Hi

I am using yarn with lerna to manage multi module Javascript project. However it is NOT generating yarn.lock for each sub-project while running lerna bootstrap command It is necessary step to generate yarn.lock file in Jenkins pipeline for OSS scan report. How to fix this?

Current yarn version : 1.22.10 lerna version: 4.0.0

merceyz commented 2 years ago

This isn't the issue tracker for Lerna