Skip to content
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

feat: improved yarn support #60

Merged
merged 4 commits into from
May 6, 2019
Merged

feat: improved yarn support #60

merged 4 commits into from
May 6, 2019

Conversation

aleclarson
Copy link
Contributor

@aleclarson aleclarson commented Dec 29, 2018

Any commands with a --yarn flag will look for a "yarn.lock" file in the working directory. When a lockfile exists, the --yarn flag will be true by default.

Other fixes:

  • actually use argv.yarn in the "link" command
  • actually use the getPackageManager function's argument
  • remove unused showVersion function

The only relevant commit: 5f304a3

Probably wanta merge #59 first

and upgrade "husky" to v1.3
Any commands with a --yarn flag will look for a "yarn.lock" file in the working directory. When a lockfile exists, the --yarn flag will be true by default.

Other fixes:
- actually use argv.yarn for the "link" command
- actually use the `getPackageManager` function's argument
- remove unused `showVersion` function
@aleclarson
Copy link
Contributor Author

Once #66 is merged, I don't think yalc add --yarn will ever be necessary, so we should consider removing that flag.

@wclr wclr merged commit 5f304a3 into wclr:master May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants