Commit 59b8871
authored
build: prevent gen_proto.sh from hanging (#736)
According to the [npx docs](https://docs.npmjs.com/cli/v8/commands/npx):
> If any requested packages are not present in the local project
dependencies, then they are installed to a folder in the npm cache,
which is added to the PATH environment variable in the executed process.
A prompt is printed (which can be suppressed by providing either --yes
or --no).
Running it in non-interactive manner hangs build process and waits for
keyboard input.
See #706 for potential long-term solution.
Was originally added in #696.1 parent 22e7a7e commit 59b8871
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments