Skip to content

Commit f6f41dc

Browse files
authored
Merge pull request #17902 from vector-im/gsouquet/ci-pure-lockfile
Do not generate a lockfile when running in CI
2 parents 0ed325c + 6e15d0f commit f6f41dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fetch-develop.deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dodep matrix-org matrix-js-sdk
7676

7777
pushd matrix-js-sdk
7878
yarn link
79-
yarn install
79+
yarn install --pure-lockfile
8080
popd
8181

8282
yarn link matrix-js-sdk
@@ -90,7 +90,7 @@ dodep matrix-org matrix-react-sdk
9090
pushd matrix-react-sdk
9191
yarn link
9292
yarn link matrix-js-sdk
93-
yarn install
93+
yarn install --pure-lockfile
9494
yarn reskindex
9595
popd
9696

0 commit comments

Comments
 (0)