Skip to content
Snippets Groups Projects
Commit 22cd8531 authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'add-yarn-to-nodejs-image' into 'master'

Adding Yarn for use instead of npm

See merge request !20
parents a1fd4325 5ad635ca
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