Skip to content

Commit

Permalink
build: use symlinked executables instead of command shims (web-infra-…
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a authored Nov 8, 2024
1 parent d928ac0 commit 2ac4a11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
registry=https://registry.npmjs.org/

# The package of the same name conflicts with node:buffer and it will affect our ci results. https://www.npmjs.com/package/buffer
hoist-pattern[]=!buffer
hoist-pattern[]=!buffer

# Use symlinked executables instead of command shims with `NODE_PATH` to achieve better DX in debugging with LLDB, etc.
# See: https://pnpm.io/npmrc#prefer-symlinked-executables
prefer-symlinked-executables=true

0 comments on commit 2ac4a11

Please sign in to comment.