-
Notifications
You must be signed in to change notification settings - Fork 208
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
Switch to yarn #678
Switch to yarn #678
Conversation
Codecov Report
@@ Coverage Diff @@
## development #678 +/- ##
============================================
Coverage 29.04% 29.04%
============================================
Files 34 34
Lines 1508 1508
============================================
Hits 438 438
Misses 1070 1070 |
@publiclab/mapknitter-reviewers Please review this. Thanks! |
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.
This looks good! Have you tried it out on the unstable server? Once this is merged, we can turn on Dependabot for JavaScript dependencies too!
https://app.dependabot.com/accounts/publiclab/projects/23423
start.sh
Outdated
@@ -3,7 +3,7 @@ | |||
pidfile=/app/tmp/pids/server.pid | |||
|
|||
bundle check || bundle install | |||
bower install --allow-root | |||
yarn install --allow-root |
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.
Is there such flag on yarn??
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.
No there isn't. Removed it. Thanks 👍
Hi I've merged this to #669 and also published |
Fixes #351