Use frozen lockfile instead of pure lockfile on yarn install (#10493)
This commit is contained in:
parent
6f791d28c8
commit
24eed963d3
3 changed files with 8 additions and 8 deletions
|
@ -13,16 +13,16 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
|
|||
pushd matrix-js-sdk
|
||||
[ -n "$JS_SDK_GITHUB_BASE_REF" ] && git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF && git checkout $JS_SDK_GITHUB_BASE_REF
|
||||
yarn link
|
||||
yarn install --pure-lockfile $@
|
||||
yarn install --frozen-lockfile $@
|
||||
popd
|
||||
|
||||
scripts/fetchdep.sh matrix-org matrix-analytics-events main
|
||||
pushd matrix-analytics-events
|
||||
yarn link
|
||||
yarn install --pure-lockfile $@
|
||||
yarn install --frozen-lockfile $@
|
||||
yarn build:ts
|
||||
popd
|
||||
|
||||
yarn link matrix-js-sdk
|
||||
yarn link @matrix-org/analytics-events
|
||||
yarn install --pure-lockfile $@
|
||||
yarn install --frozen-lockfile $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue