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
commit 79a426b1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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