From 033c6af29be7a95d9933a5b654c56364e075180e Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 12 Mar 2020 14:25:22 +0100 Subject: [PATCH] Script to build the web apps. --- script/build-web.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 script/build-web.sh diff --git a/script/build-web.sh b/script/build-web.sh new file mode 100755 index 00000000..f211d223 --- /dev/null +++ b/script/build-web.sh @@ -0,0 +1,5 @@ + +echo "Building AURA Clock ..." +(cd contrib/aura-clock && npm run build) +echo "Building AURA Player ..." +(cd contrib/aura-player && npm install) -- GitLab