Files
werf-actions/pack.sh
Alexey Igrychev 8972186581 Chmod +x pack.sh
2020-05-28 07:38:45 +01:00

4 lines
125 B
Bash
Executable File

#!/bin/bash -e
for pkg in build-and-publish cleanup converge deploy dismiss install; do ncc build src/$pkg.ts -o $pkg; done