mirror of
https://github.com/werf/actions.git
synced 2026-02-05 10:56:23 +03:00
4 lines
143 B
Bash
Executable File
4 lines
143 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
for pkg in build build-and-publish cleanup converge deploy dismiss install publish run; do ncc build src/$pkg.ts -o $pkg; done
|