chore(bazel): ensure pnpm run outside Bazel has similar behavior#5038
chore(bazel): ensure pnpm run outside Bazel has similar behavior#5038danlapid merged 1 commit intocloudflare:mainfrom
Conversation
rules_js always lays out packages without 'hoisting' so we want any native usage of pnpm to match
|
All contributors have signed the CLA ✍️ ✅ |
|
This change pertains to pnpm, not Bazel directly – @anonrig should have more context on this |
I personally don't see any benefit of using this, since it works right now. But apparently this is a recommendation by rules_js - https://github.com/aspect-build/rules_js/blob/c6ff6f34a570f22920b2836ea605f94c350511b5/docs/pnpm.md?plain=1#L102 |
|
Does this also require an pnpm install to update pnpm-lock? |
|
I ran |
|
I have read the CLA Document and I hereby sign the CLA |
rules_js always lays out packages without 'hoisting' so we want any native usage of pnpm to match