You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Do not generate a lockfile when running in CI
This commit is contained in:
@@ -12,5 +12,5 @@ unzip -q element.zip
|
||||
rm element.zip
|
||||
mv element-web-${ELEMENT_BRANCH} element-web
|
||||
cd element-web
|
||||
yarn install
|
||||
yarn install --pure-lockfile
|
||||
yarn run build
|
||||
|
@@ -4,4 +4,4 @@ set -e
|
||||
./synapse/install.sh
|
||||
# local testing doesn't need a Element fetched from master,
|
||||
# so not installing that by default
|
||||
yarn install
|
||||
yarn install --pure-lockfile
|
||||
|
Reference in New Issue
Block a user