1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/development/lib
Mark Stacey 3540a5b4d4
Show Sentry CLI output when uploading artifacts (#11100)
The function we were using to run shell commands during the
`sentry:publish` script were swallowing the CLI output. We also weren't
correctly detecting the process exit in some cases.

The `run-command` module originally written for `auto-changelog`
(introduced in #10782 and replaced in #10993) has been resurrected for
running commands where we don't care about the output, or where we want
to use the output for something. A second function (`runInShell`) has
been added for running commands with the same STDOUT and STDERR
streams, so that the output is sent directly to the CLI. This ensures
that the console output from the shell script we run gets correctly
output to the CLI.
2021-05-19 14:54:45 -02:30
..
create-segment-server.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
locales.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
parse-port.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
run-command.js Show Sentry CLI output when uploading artifacts (#11100) 2021-05-19 14:54:45 -02:30