Skip to content
Hill Liu edited this page Jan 26, 2019 · 2 revisions

Set up yarn specific version

before_install:
  - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3 
  - export PATH="$HOME/.yarn/bin:$PATH"
Clone this wiki locally