fix: updated npmrc with hoist patterns (#8271)

This commit is contained in:
sriram veeraghanta 2025-12-09 16:32:49 +05:30 committed by GitHub
parent 2240ac0e74
commit a3e651854a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

7
.npmrc
View file

@ -45,3 +45,10 @@ prefer-frozen-lockfile = true
# Use isolated linker (best compatibility with Node ecosystem tools)
node-linker = isolated
# Hoist commonly used tools to the root to prevent duplicates and speed up resolution
public-hoist-pattern[] = typescript
public-hoist-pattern[] = eslint
public-hoist-pattern[] = *@plane/*
public-hoist-pattern[] = vite
public-hoist-pattern[] = turbo