aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100644
index 0000000..c80ac04
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+echo "build"
+npm run build
+
+echo "Move to dist..."
+cd dist/imploded
+
+echo "Create war file..."
+jar -cvf dcae.war *