Commit abc682e
fix(ci): install tree-sitter CLI globally instead of npm ci
`npm ci --ignore-scripts` also skipped tree-sitter-cli's postinstall, so
the tree-sitter binary was missing (ENOENT on generate). Install the CLI
globally — building the parser library needs only the CLI, not the
project's node bindings.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ab03357 commit abc682e
1 file changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments