aboutsummaryrefslogtreecommitdiff
path: root/containermake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'containermake.sh')
-rwxr-xr-xcontainermake.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/containermake.sh b/containermake.sh
index 0777702..1501e74 100755
--- a/containermake.sh
+++ b/containermake.sh
@@ -3,6 +3,11 @@
set -e
set -x
-(cd frontend && rm -rf node_modules bower_components && npm install && npm run build && asar pack static ../frontend.asar)
+(cd frontend \
+ && rm -rf node_modules bower_components \
+ && npm install && npm run build \
+ && asar pack static ../frontend.asar \
+ && cd .. \
+ && keybase sign -d -i ./frontend.asar -o ./frontend.asar.sig)
box box.rb