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

fix: Pin @oclif/command to 1.5.16 #319

Merged
merged 2 commits into from
Aug 6, 2019
Merged

fix: Pin @oclif/command to 1.5.16 #319

merged 2 commits into from
Aug 6, 2019

Commits on Aug 6, 2019

  1. fix: Pin @oclif/command to 1.5.16

    1.5.17 introduces type changes that breaks our build (even though the code is
    fine and the same):
    oclif/command@v1.5.16...v1.5.17#diff-53649f4ba3d51e10eff913927cc17e0c
    
    Until we can unbreak TS, we'll stick to this version.
    Robdel12 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    30d2098 View commit details
    Browse the repository at this point in the history
  2. Add package building to circle workflow

    This would have caught the issue with dependabot upgrading oclif command
    Robdel12 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b503667 View commit details
    Browse the repository at this point in the history