Files
Hanzo Dev 8b7d8453d2 chore: migrate from yarn to pnpm
Replace yarn 4.11.0 with pnpm 9.15.0 as the package manager:

- Delete yarn.lock and .yarnrc.yml
- Add pnpm-lock.yaml, pnpm-workspace.yaml, and .npmrc
- Convert resolutions to pnpm.overrides and patchedDependencies
- Move .yarn/patches/ to patches/ for pnpm compatibility
- Update all scripts in package.json (yarn -> pnpm)
- Update Makefile, e2e scripts, build scripts, Tiltfile
- Update Go e2e test runners (a11y/cmd.go, cypress/cmd.go)
- Update contributor documentation
2026-03-03 07:06:38 -08:00

6 lines
135 B
Plaintext

enable-pre-post-scripts=true
auto-install-peers=true
strict-peer-dependencies=false
shamefully-hoist=true
link-workspace-packages=true