Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/yarn #65

Merged
merged 7 commits into from May 17, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

yarn curl not needed
  • Loading branch information
trickpattyFH20 committed May 17, 2018
commit e2af44274d5b63f421b2595912aa393a5fe4cd87
@@ -2,9 +2,6 @@ language: node_js
node_js:
- "lts/*"

This comment has been minimized.

@jsignanini

jsignanini May 17, 2018
Member

@trickpattyFH20 same as above comment here.

sudo: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
- export PATH=$HOME/.yarn/bin:$PATH

cache:
yarn: true
ProTip! Use n and p to navigate between commits in a pull request.