mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
d7809ecf3f
The `make -j` output was sometimes emitting non-JSON output from `go generate`, resulting in errors like the below: ``` ++ /home/coder/src/coder/coder/scripts/coder-dev.sh organizations show me -o json ++ jq -r '.[] | select(.is_default) | .name' parse error: Invalid numeric literal at line 1, column 3 ``` This PR modifies `coder-dev.sh` to silence the output of `make` if the output is not a TTY.