Add dismiss action

This commit is contained in:
Alexey Igrychev
2020-05-27 00:17:25 +01:00
parent 1d91fd29fd
commit 9dcc6e256f
6 changed files with 44566 additions and 1 deletions

View File

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