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

perf: use a worker for hard linking directories #7154

Merged
merged 9 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: add changesets
  • Loading branch information
zkochan committed Oct 17, 2023
commit 4a8218e1a72429c754fcc7b821f3c6f2076d8c2a
7 changes: 7 additions & 0 deletions .changeset/cold-meals-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@pnpm/plugin-commands-rebuild": minor
"@pnpm/build-modules": minor
"@pnpm/worker": patch
---

Directory hard linking moved to the worker.
5 changes: 5 additions & 0 deletions .changeset/fresh-camels-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pnpm/fs.hard-link-dir": major
---

Changed to be sync.
Loading