Merge pull request #227 from vector-im/gsouquet/ci-pure-lockfile

Do not generate a lockfile when running in CI
This commit is contained in:
Germain
2021-07-07 17:53:38 +01:00
committed by GitHub

View File

@@ -2,4 +2,4 @@
set -ex
yarn install $@
yarn install --pure-lockfile $@