Shopify / lighthouse-ci-action

MIT License
100 stars 50 forks source link

Improve logging when theme kit commands fail #2

Closed charlespwd closed 3 years ago

charlespwd commented 3 years ago

The &> /dev/null are really good for getting rid of the loading bar noise but not so good when the command fails and it swallows the error. Might be worthwile to dump it to a tmp file and log the output if the command fails instead.