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

PDE-4678 fix(cli): add comments and fix a path issue in utils/build.js #742

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

eliangcs
Copy link
Member

@eliangcs eliangcs commented Feb 2, 2024

Following up with this comment, this PR adds some comments in the workspace handling code in utils/build.js.

Also replaces path.join(workspaceRoot, relpath) with path.resolve(workspaceRoot, relpath) just in case someone uses an absolute path in <package_json>.workspaces and relpath is an absolute path.

Copy link
Member

@rnegron rnegron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for circling back on this!

@rnegron rnegron merged commit 95680f6 into main Feb 2, 2024
13 checks passed
@rnegron rnegron deleted the PDE-4678-improve-workspaces branch February 2, 2024 13:32
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