diff options
Diffstat (limited to 'containermake.sh')
| -rwxr-xr-x | containermake.sh | 7 |
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 |
