Skip to content

v0.2.0

@db-lyon db-lyon tagged this 13 Apr 18:34
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.
Assets 2
Loading