Skip to content

Commit a3e6518

Browse files
fix: updated npmrc with hoist patterns (#8271)
1 parent 2240ac0 commit a3e6518

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.npmrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ prefer-frozen-lockfile = true
4545

4646
# Use isolated linker (best compatibility with Node ecosystem tools)
4747
node-linker = isolated
48+
49+
# Hoist commonly used tools to the root to prevent duplicates and speed up resolution
50+
public-hoist-pattern[] = typescript
51+
public-hoist-pattern[] = eslint
52+
public-hoist-pattern[] = *@plane/*
53+
public-hoist-pattern[] = vite
54+
public-hoist-pattern[] = turbo

pnpm-lock.yaml

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)