-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore(rules): add yarn alias #119
base: master
Are you sure you want to change the base?
Conversation
Thanks @rodweb . Could you link to any reference for this CLI flag? Documentation or commit. |
I got it from running
edit: https://github.com/yarnpkg/yarn/blob/3119382885ea373d3c13d6a846de743eca8c914b/src/cli/index.js#L74-L79 |
Question is if yarn v2 will fail to launch over bad usage for that. Kind of risky. |
Yean, it fails.
The current migration of But I'm not sure how you'd like to handle multiple versions. Another related problem, |
First, we can add a rule for About the |
Adding this to - type: alias
alias: yarn
command: yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config" However, running clean on
I've only ever used yarn for building AUR packages and installing language servers for neovim. I'm not very familiar with it so I don't know how to fix it. |
Add missing alias for yarn config