Adding Yarn for use instead of npm

See the following issue for details: https://gitlab.com/gitlab-org/gitlab-ce/issues/27613

But essentially we need to be able to lock down sub-dependancies
This commit is contained in:
DJ Mountney 2017-02-07 14:33:32 -08:00
parent a1fd432579
commit 5ad635ca9e

View file

@ -3,4 +3,6 @@
set -xeo pipefail
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs
apt-get install -y nodejs
curl -o- -L https://yarnpkg.com/install.sh | bash