From d7b20a8defd4e4fb06bfc5b20182bc0c32c2a8ec Mon Sep 17 00:00:00 2001 From: Lalit Deore Date: Thu, 20 Feb 2025 19:43:29 +0530 Subject: [PATCH] Update frontend-testing.sh --- frontend/frontend-testing.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/frontend-testing.sh b/frontend/frontend-testing.sh index 454f9a12..bfa93481 100644 --- a/frontend/frontend-testing.sh +++ b/frontend/frontend-testing.sh @@ -67,7 +67,7 @@ Routes+=( ALL_ROUTES=("${Routes[@]}") -# Stop frontend container to so it test unpushed changes to shuffle-frontend container +# Stop frontend container to so it test unpushed changes docker stop shuffle-frontend # Install dependencies @@ -101,4 +101,4 @@ echo "Testing complete. See above logs for errors if any." echo "Starting shuffle-frontend container..." docker start shuffle-frontend echo "shuffle-frontend started successfully." -exit 0 \ No newline at end of file +exit 0