Implement build, publish and run actions

This commit is contained in:
Alexey Igrychev
2020-05-28 10:31:06 +01:00
parent 95680c850e
commit b98d747c61
16 changed files with 133751 additions and 5 deletions

View File

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