Commit 34df2ca
authored
Fix protogen to only compile .proto files (#238)
The glob pattern in runProtoc matched all files in proto directories,
which breaks compilation when non-proto files (e.g. .yaml service
definitions) are present alongside .proto files.
Made-with: Cursor1 parent 42637b1 commit 34df2ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments