From 5bf87efc422ffbabb9af226369cda427afbd1c43 Mon Sep 17 00:00:00 2001 From: "lalitdeore12@gmail.com" Date: Thu, 20 Feb 2025 19:46:52 +0530 Subject: [PATCH] Fix - improve comment on script --- frontend/frontend-testing.sh | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/frontend-testing.sh b/frontend/frontend-testing.sh index bfa93481..e9a83db1 100644 --- a/frontend/frontend-testing.sh +++ b/frontend/frontend-testing.sh @@ -67,10 +67,10 @@ Routes+=( ALL_ROUTES=("${Routes[@]}") -# Stop frontend container to so it test unpushed changes +# Stop frontend container so it test unpushed changes docker stop shuffle-frontend -# Install dependencies +# Install all frontend dependencies yarn install echo "Starting frontend..." @@ -97,7 +97,7 @@ fi kill $SERVER_PID echo "Testing complete. See above logs for errors if any." -# Starting frontend container +# Starting shuffle-frontend container echo "Starting shuffle-frontend container..." docker start shuffle-frontend echo "shuffle-frontend started successfully." diff --git a/frontend/package.json b/frontend/package.json index 4f6d2166..3616274c 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -99,7 +99,7 @@ "zone.js": "~0.8.26" }, "scripts": { - "start": "set HTTPS=false&& set PORT=3000&& set GENERATE_SOURCEMAP=true&& react-scripts --openssl-legacy-provider start", + "start": "HTTPS=false&&PORT=3000 GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject",