Use frozen lockfile instead of pure lockfile on yarn install (#25009)
This commit is contained in:
parent
b3c88f7a16
commit
ddc2932541
3 changed files with 7 additions and 7 deletions
|
@ -77,7 +77,7 @@ dodep matrix-org matrix-js-sdk
|
|||
|
||||
pushd matrix-js-sdk
|
||||
yarn link
|
||||
yarn install --pure-lockfile
|
||||
yarn install --frozen-lockfile
|
||||
popd
|
||||
|
||||
yarn link matrix-js-sdk
|
||||
|
@ -91,7 +91,7 @@ dodep matrix-org matrix-react-sdk
|
|||
pushd matrix-react-sdk
|
||||
yarn link
|
||||
yarn link matrix-js-sdk
|
||||
yarn install --pure-lockfile
|
||||
yarn install --frozen-lockfile
|
||||
popd
|
||||
|
||||
yarn link matrix-react-sdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue