diff --git a/scripts/install-node b/scripts/install-node index 302d84f..e915929 100755 --- a/scripts/install-node +++ b/scripts/install-node @@ -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