Skip to content

v0.3.0

@db-lyon db-lyon tagged this 13 Apr 18:40
Shell execution is now a proper task class, not a special step type.
Consumers register it in their registry and use it like any other task:

  steps:
    2:
      task: shell
      options:
        command: npm run build
Assets 2
Loading