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(diff): add diff command missing dependency #265

Merged
merged 2 commits into from Jul 19, 2022

Conversation

ghiscoding
Copy link
Member

Description

add missing dependency from diff command, also add stack error to console error

Motivation and Context

running lerna diff in some occasion was throwing an error of a missing dependency

How Has This Been Tested?

Types of changes

  • Chore (change that has absolutely no effect on users)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #265 (f86a276) into main (c0e47ce) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #265   +/-   ##
=======================================
  Coverage   93.79%   93.79%           
=======================================
  Files         142      142           
  Lines        4071     4071           
  Branches      905      905           
=======================================
  Hits         3818     3818           
  Misses        253      253           
Impacted Files Coverage Δ
packages/cli/src/cli-commands/cli-diff-commands.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0e47ce...f86a276. Read the comment docs.

@ghiscoding ghiscoding merged commit 29168f7 into main Jul 19, 2022
@ghiscoding ghiscoding deleted the bugfix/diff-missing-dep branch July 19, 2022 03:56
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.

None yet

1 participant