v0.2.0
Steps can now use shell: to run shell commands:
steps:
1:
shell: npm run build
Runs synchronously via execSync with 5min timeout. Exit code != 0 fails the step.
Steps can now use shell: to run shell commands:
steps:
1:
shell: npm run build
Runs synchronously via execSync with 5min timeout. Exit code != 0 fails the step.