-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate to yarn
v4.1.0
#9
base: master
Are you sure you want to change the base?
Conversation
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
|
||
# env-variables | ||
.env | ||
.npmrc |
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.
@avernikoz Starting with version 2, yarn
requires a .yarnrc.yml
file instead of .npmrc/.yarnrc
.
Since .npmrc
is ignored here, you may want to unignore it, remove any PII (e.g. plaintext GitLab/GitHub auth tokens), and push it to master
.
That way, I can rebase this PR, add whatever is in .npmrc
to .yarnrc.yml
, and then delete it.
659edc0
to
cce178f
Compare
This was the result of running `yarn npm audit --environment` production.
81f42b9
to
937f053
Compare
05c5723
to
9cd8926
Compare
@avernikoz Don't forget to sanitize and push |
Migration from
yarn 1.x/npm
, done according to https://yarnpkg.com/migration/guide