v0.3.0
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
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