summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/go b/service/go
index d23adf4f..196841ba 100755
--- a/service/go
+++ b/service/go
@@ -19,6 +19,8 @@ function setuppy {
function setupjs {
cd ../web-ui
+ npm install
+ node_modules/bower/bin/bower install --config.interactive=false --allow-root
LC_ALL=en_US.UTF-8 ./go build
cd -
}