mirror of
https://github.com/balena-io/etcher.git
synced 2026-04-25 12:22:42 +00:00
As part of our CI sanity checks, we run `npm ls`, to ensure we don't have any extraneous dependencies (the command fails if so), however by its own definition, `npm ls` prints the whole dependency tree, which spams the builds. This commit redirects stdout to /dev/null, which contains the dependency tree, but still prints and extraneous dependency warning, which is printed to stderr instead. Change-Type: patch Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>