Closed kdobmayer closed 7 years ago
Hi @deanWombourne,
Thanks for the new Step! I created a little update to follow shell scripting guide lines.
bash
/bin
npm
set -o pipefail
$(...)
Hi @deanWombourne,
Thanks for the new Step! I created a little update to follow shell scripting guide lines.
bash
doesn't live in/bin
on all systems)npm
only if not previously installedset -o pipefail
if not using any pipes$(...)
is preferred over backticks