Commit a0862d4
authored
chore: Allow grpc-tools build scripts in pnpm config (#143)
## Summary
- pnpm blocks build scripts by default — `grpc-tools` needs its install script to download the native `protoc` binary, causing ENOENT in the regen workflow
## Test plan
- [x] Trigger `regen` workflow manually via `workflow_dispatch` and verify it passes1 parent 864c631 commit a0862d4
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 | | |
0 commit comments