Do not generate a lockfile when running in CI

This commit is contained in:
Germain Souquet
2021-07-07 16:10:01 +02:00
parent 6e7913c7d1
commit e132e1c610
+1 -1
View File
@@ -2,4 +2,4 @@
set -ex
yarn install $@
yarn install --pure-lockfile $@