From 6d6e935b52713b6926c319db65ab1d7c709ddd37 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Wed, 22 Oct 2025 17:10:24 +0300 Subject: [PATCH] Update sgeupdated pipeline v21++++++ commenting the frontend dependencies installation --- .gitea/workflows/sgeupdated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 7acfc21..516ca80 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -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