We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently, it only displays the resulting error, which is not that useful:
jest-watch-exec: executes on-start: yarn build { Error: Command failed: yarn build error Command failed with exit code 1. at ChildProcess.exithandler (child_process.js:288:12) at ChildProcess.emit (events.js:182:13) at maybeClose (internal/child_process.js:962:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:249:5) killed: false, code: 1, signal: null, cmd: 'yarn build'
Should capture stdout/stderr and display them.
stdout/stderr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, it only displays the resulting error, which is not that useful:
Should capture
stdout/stderr
and display them.The text was updated successfully, but these errors were encountered: