Commit f5e2817
fix(catalog): switch pnpm to auto installation method
Changed pnpm from package_manager to auto method with npm_package
support to fix incorrect apt-based upgrade attempts for npm-installed
pnpm.
Before: install_method: "package_manager" (defaulted to apt)
After: install_method: "auto" with npm_package: "pnpm"
This enables the reconciliation system to detect npm installation
and use the correct update method (npm install -g pnpm).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent bcf3ad5 commit f5e2817
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
0 commit comments