pnnl / Quality-Install-Tool

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Document the use of yarn install --frozen-lock #78

Closed charliepnnl closed 3 weeks ago

charliepnnl commented 1 year ago

Running yarn install can mutate yarn-lock. To avoid that, we should use the command yarn install --frozen-lock.

This guidance should be added to the READM.md file.