summaryrefslogtreecommitdiff
path: root/client/static-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'client/static-build.sh')
-rw-r--r--client/static-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/static-build.sh b/client/static-build.sh
new file mode 100644
index 0000000..27c4164
--- /dev/null
+++ b/client/static-build.sh
@@ -0,0 +1,4 @@
+npm run web:build
+rm -rf ../static/javascript/
+cp -r ../client/web/build/javascript/ ../static/javascript/
+cp ../client/web/build/index.html ../static/index.html