From deb332b4a6c350961f359a4388fc9744f527c61f Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 30 Apr 2020 13:45:35 +0200 Subject: [PATCH] Build web apps in dev only. --- run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run.sh b/run.sh index e9212a5..5f81239 100755 --- a/run.sh +++ b/run.sh @@ -72,8 +72,6 @@ if [[ $docker == "false" ]]; then ### Runs the API Server (Production) ### if [[ $mode == "api" ]]; then - echo "Building Web Applications" - sh ./script/build-web.sh echo "Activating Python Environment" source ../python-env/bin/activate echo "Starting API Server" -- GitLab