-
Notifications
You must be signed in to change notification settings - Fork 17
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
update yarn to 0.18.1 #2188
update yarn to 0.18.1 #2188
Conversation
Current coverage is 81.84% (diff: 100%)@@ master #2188 diff @@
==========================================
Files 217 110 -107
Lines 11334 4136 -7198
Methods 973 0 -973
Messages 0 0
Branches 1552 438 -1114
==========================================
- Hits 9668 3385 -6283
+ Misses 1638 723 -915
Partials 28 28
|
@@ -1,4 +1,4 @@ | |||
FROM mitodl/mm_watch_travis_yarn | |||
FROM mitodl/mm_watch_travis_yarn_update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to undo that - I was thinking we might want to point things at a different container, but I don't think we need to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/container/image
0a21bb4
to
831ae72
Compare
Hopefully this will fix the 'module not found' error that was cropping up with node-sass. pr #2188
👍 Can you update the description to say that this is to fix a deploy problem on CI? |
yea |
Hopefully this will fix the 'module not found' error that was cropping up with node-sass, which was causing deploy failures on CI. pr #2188
831ae72
to
4fb2422
Compare
Fix for a deploy problem on CI, relevant yarn issues:
yarnpkg/yarn#2142
heroku/heroku-buildpack-nodejs#359
yarnpkg/yarn#1981