Files
werf-actions/pack.sh
Alexey Igrychev fe3767b155 Let It Go
2020-05-25 23:52:36 +01:00

4 lines
117 B
Bash

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