Skip to content
Snippets Groups Projects
Commit 23298bcf authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: install circleci yarn via curl (#809)

parent ca222590
No related branches found
No related tags found
No related merge requests found
machine: machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
YARN_PATH: "$HOME/.yarn"
node: node:
version: 6.11 version: 6.11
dependencies: dependencies:
pre: pre:
- npm i -g yarn - curl -o- -L https://yarnpkg.com/install.sh | bash
- yarn --version - yarn --version
override: override:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
......
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