Update sgeupdated pipeline v21++++++

commenting the frontend dependencies installation
This commit is contained in:
2025-10-22 17:10:24 +03:00
parent a51a81ce7c
commit 6d6e935b52

View File

@@ -69,8 +69,8 @@ jobs:
echo "⚡ Frontend changes detected."
cd sgeUpdated/sge-frontend
echo "Running npm build..."
npm install
npm run build
# npm install
# npm run build
cd ../..
echo "Rebuilding frontend Docker container..."
docker compose up -d --build bgreen-frontend