Do not generate a lockfile when running in CI
This commit is contained in:
parent
b916b789aa
commit
5fb7dbee3e
4 changed files with 7 additions and 7 deletions
|
@ -6,8 +6,8 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
|
|||
|
||||
pushd matrix-js-sdk
|
||||
yarn link
|
||||
yarn install $@
|
||||
yarn install --pure-lockfile $@
|
||||
popd
|
||||
|
||||
yarn link matrix-js-sdk
|
||||
yarn install $@
|
||||
yarn install --pure-lockfile $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue