m-lab / mlab-speedtest

Repository of the Interface and Project for speed.measurementlab.net
https://speed.measurementlab.net
Apache License 2.0
36 stars 14 forks source link

Attempts to update yarn.lock to get Travis builds working again. #22

Closed nkinkade closed 4 years ago

nkinkade commented 4 years ago

To update the yarn.lock file I did this:

docker run --rm -ti --entrypoint /bin/bash -v `pwd`:/workspace yarnpkg/node-yarn
root@5c2834387dd1:/# cd /workspace/
root@5c2834387dd1:/workspace# yarn

This generated an updated yarn.lock file which seems to have caused the build to work again.

critzo commented 4 years ago

LGTM @nkinkade