-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(core): Trailing slash in outputs array prevents correct caching #10708
fix(core): Trailing slash in outputs array prevents correct caching #10708
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hej @FrozenPandaz @meeroslav, does one of you have the capacity to review this? |
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.
Thank you for the PR.
Left a few comments. Sorry for waiting on the review.
Once the comments are addressed, we should rebase to the latest version to fix those conflicting files. |
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.
See my comments and let me know. I will rebase now.
Fix by removing trailing slash when performing `cp -a` into cache. Add test to confirm fix. Resolves nrwl#10549
3ea53d9
to
4960cda
Compare
@meeroslav @AgentEnder I've made changes as requested and rebased. 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.
Thank you for the fixes. Looks good to me!
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Fix by removing trailing slash when performing
cp -a
into cache.Add test to confirm fix.
Fixes #10549