xesite/containermake.sh

9 lines
163 B
Bash
Raw Normal View History

2017-01-09 22:58:07 +00:00
#!/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