Skip to content
Snippets Groups Projects
Commit 5ad635ca authored by DJ Mountney's avatar DJ Mountney
Browse files

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
parent a1fd4325
No related branches found
No related tags found
1 merge request!20Adding Yarn for use instead of npm
Loading
Loading
@@ -3,4 +3,6 @@
set -xeo pipefail
 
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs
\ No newline at end of file
apt-get install -y nodejs
curl -o- -L https://yarnpkg.com/install.sh | bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment