Commit 28d72a6
Derek
fix: Linear CLI installation uses user npm-global directory
The Linear CLI was being installed system-wide with root permissions,
but the verify task expected it at ~/.npm-global/bin/linear. Changed
installation to use NPM_CONFIG_PREFIX environment variable and run
as the target user, matching the pattern used for semantic-release.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 8a6472a commit 28d72a6
1 file changed
Lines changed: 8 additions & 4 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 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | | - | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
0 commit comments