aboutsummaryrefslogtreecommitdiffstats
path: root/buildjar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildjar.sh')
-rwxr-xr-xbuildjar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildjar.sh b/buildjar.sh
index 963f9ab..ba19d78 100755
--- a/buildjar.sh
+++ b/buildjar.sh
@@ -1,5 +1,6 @@
#!/bin/sh
cd ./graphgraph-fe/
+npm install
npm run build
cd ..
mvn clean package spring-boot:repackage