-
Notifications
You must be signed in to change notification settings - Fork 22
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 data structure to merge #113
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
return false; | ||
} | ||
return 'paths' in x; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you move this utility to the same file as the CLI script as this is only used by the CLI commands, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok. I moved it to the CLI script file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for discovering and fixing this! I had one suggestion for moving the utility function to the CLI script file. Could you also remove the first commit of updating the lock file as I'm about to do some version upgrades for various packages soon which will update the lock file. The updated lock file version also fails on the CI and it should pass if you remove the first commit.
b5e69e5
to
be02f24
Compare
be02f24
to
faf5170
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💎
I had a problem with the way the data was merged and I fixed it.