Skip to content

Instantly share code, notes, and snippets.

@parse
Forked from dtran320/circle.yml
Created October 12, 2016 06:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parse/7dd462e1adc0d72e49d42e84929de586 to your computer and use it in GitHub Desktop.
Save parse/7dd462e1adc0d72e49d42e84929de586 to your computer and use it in GitHub Desktop.
Yarn on CircleCI
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
override:
- yarn
post: # At least for me, it doesn't seem like `scripts` in `package.json` are being run, so you need to add them explicitly
- yarn run postinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment