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

Commits on Dec 29, 2018

  1. Configuration menu
    Copy the full SHA
    1162e27 View commit details
    Browse the repository at this point in the history
  2. dev: use pretty-quick

    and upgrade "husky" to v1.3
    aleclarson committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    c720984 View commit details
    Browse the repository at this point in the history
  3. chore: run prettier

    aleclarson committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    efe5889 View commit details
    Browse the repository at this point in the history
  4. feat: improved yarn support

    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 committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    5f304a3 View commit details
    Browse the repository at this point in the history