From a088889a67b2794d6a33779f94a1d361ba98a16f Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Mon, 1 Sep 2025 04:50:38 +0300 Subject: [PATCH] update to sgeupdated pipeline v20+++ --- .gitea/workflows/sgeupdated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 6b22d61..69321ef 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -41,6 +41,7 @@ jobs: echo "⚡ Rebuilding Frontend..." cd sge-frontend rm -rf node_modules package-lock.json + npm cache clean --force npm install npm run build cd ..