xesite/containermake.sh

9 lines
163 B
Bash
Executable File

#!/bin/bash
set -e
set -x
(cd frontend && rm -rf node_modules bower_components && npm install && npm run build && asar pack static ../frontend.asar)
box box.rb