1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-25 09:43:33 +03:00

Do not generate a lockfile when running in CI

This commit is contained in:
Germain Souquet
2021-07-07 16:10:40 +02:00
parent 4c28a7f485
commit 6e15d0f5e8

View File

@@ -76,7 +76,7 @@ dodep matrix-org matrix-js-sdk
pushd matrix-js-sdk pushd matrix-js-sdk
yarn link yarn link
yarn install yarn install --pure-lockfile
popd popd
yarn link matrix-js-sdk yarn link matrix-js-sdk
@@ -90,7 +90,7 @@ dodep matrix-org matrix-react-sdk
pushd matrix-react-sdk pushd matrix-react-sdk
yarn link yarn link
yarn link matrix-js-sdk yarn link matrix-js-sdk
yarn install yarn install --pure-lockfile
yarn reskindex yarn reskindex
popd popd