fix: use node-linker=hoisted for full dependency hoisting

- Change from shamefully-hoist to node-linker=hoisted
- This creates a flat node_modules structure like npm
- Should fix semantic-release module resolution in CI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-10-07 09:27:51 -05:00
parent 6168c292d5
commit d3b2e0b2e1
1 changed files with 1 additions and 1 deletions

2
.npmrc
View File

@ -1 +1 @@
shamefully-hoist=true node-linker=hoisted