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