This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3434
3535 # Does not need branch matching as only analyses this layer
3636 - name : Install Deps
37- run : " yarn install --pure -lockfile"
37+ run : " yarn install --frozen -lockfile"
3838
3939 - name : i18n Check
4040 run : " yarn run diff-i18n"
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
1313pushd matrix-js-sdk
1414[ -n " $JS_SDK_GITHUB_BASE_REF " ] && git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF && git checkout $JS_SDK_GITHUB_BASE_REF
1515yarn link
16- yarn install --pure -lockfile $@
16+ yarn install --frozen -lockfile $@
1717popd
1818
1919scripts/fetchdep.sh matrix-org matrix-analytics-events main
2020pushd matrix-analytics-events
2121yarn link
22- yarn install --pure -lockfile $@
22+ yarn install --frozen -lockfile $@
2323yarn build:ts
2424popd
2525
2626yarn link matrix-js-sdk
2727yarn link @matrix-org/analytics-events
28- yarn install --pure -lockfile $@
28+ yarn install --frozen -lockfile $@
Original file line number Diff line number Diff line change @@ -18,29 +18,29 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
1818pushd matrix-js-sdk
1919[ -n " $JS_SDK_GITHUB_BASE_REF " ] && git fetch --depth 1 origin $JS_SDK_GITHUB_BASE_REF && git checkout $JS_SDK_GITHUB_BASE_REF
2020yarn link
21- yarn install --pure -lockfile
21+ yarn install --frozen -lockfile
2222popd
2323
2424# Also set up matrix-analytics-events so we get the latest from
2525# the main branch or a branch with matching name
2626scripts/fetchdep.sh matrix-org matrix-analytics-events main
2727pushd matrix-analytics-events
2828yarn link
29- yarn install --pure -lockfile
29+ yarn install --frozen -lockfile
3030yarn build:ts
3131popd
3232
3333# Now set up the react-sdk
3434yarn link matrix-js-sdk
3535yarn link @matrix-org/analytics-events
3636yarn link
37- yarn install --pure -lockfile
37+ yarn install --frozen -lockfile
3838
3939# Finally, set up element-web
4040scripts/fetchdep.sh vector-im element-web
4141pushd element-web
4242yarn link matrix-js-sdk
4343yarn link matrix-react-sdk
44- yarn install --pure -lockfile
44+ yarn install --frozen -lockfile
4545yarn build:res
4646popd
You can’t perform that action at this time.
0 commit comments