-
Notifications
You must be signed in to change notification settings - Fork 23
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
yarn on CI? #189
Labels
Comments
SethDavenport
added
api-koa
es6-react
ng1
ng2
ng2-minimal
question
ts-react
ready
labels
Oct 26, 2016
Yes, we want it :) |
We won't force people to use it; things will still work using |
Added to api-koa-starter. Also boosted the node requirement to v6 since it's LTS now. |
This was referenced Nov 2, 2016
|
You may need to switch your circle ci settings to use ubuntu 14.04 containers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm a big fan of yarn: https://yarnpkg.com/
I don't think we should require people to use it, but it might be worth getting it to work on CI for reliability (yarn.lock) and build speed.
Should just be a matter of updating the circle.yaml as follows:
And also doing
yarn install
locally and checking in theyarn.lock
file.The text was updated successfully, but these errors were encountered: