Commit 30cb0826 authored by supermikii's avatar supermikii
Browse files

fix demo 3 script

parent 74f19795
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ echo ">>> Building Demo Service Frontend"
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo ""


$BASEDIR/src/client/build.sh
$BASEDIR/src/frontend/build.sh

DEMOBIN=$BASEDIR/bin/demo-server
+0 −0

File mode changed from 100644 to 100755.

+0 −3
Original line number Diff line number Diff line
@@ -11,9 +11,6 @@ if grep -q '\"warning\": \"^3.' "package-lock.json"; then
    exit
fi

# Build Rest API JS Client
$BASEDIR/../client/build.sh

# Build Web UI Distribution using Webpack config
cd $BASEDIR
npm ci