Loading examples/demo3/build-demo3.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading examples/demo3/src/client/build.sh 100644 → 100755 +0 −0 File mode changed from 100644 to 100755. View file examples/demo3/src/frontend/build.sh +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
examples/demo3/build-demo3.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
examples/demo3/src/client/build.sh 100644 → 100755 +0 −0 File mode changed from 100644 to 100755. View file
examples/demo3/src/frontend/build.sh +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading