#!/bin/sh

set -e

npm install -g yarn
yarn set version stable

./dev-install.sh
