diff --git a/run.sh b/run.sh
index e9212a55705da1b02e52f866be0654238e016b7a..5f81239b677d0987596a7d0437c05c74d05f930a 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"