Replies: 1 comment
-
|
solved here: #4548 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a monorepo where lots of dependencies are pointing to git repo, PNPM may still feel slow when it's fetching git contents. From the codes in
packages/git-fetcher/src/index.ts, I guess each git dependency is still fully cloned, which may be slow if those git dependency is a huge repo.Since we already resolved the commit to check out, I'm wondering if it is feasible to only fetch that specific commit only? Reference: https://stackoverflow.com/questions/61539881/git-shallow-clone-several-specific-refs-commits-which-are-not-branches
Thanks~
Beta Was this translation helpful? Give feedback.
All reactions