update to sgeupdated pipeline v20+++++

changing in npm installation
This commit is contained in:
2025-09-05 22:49:34 +03:00
parent fa96969bc7
commit c8f9abe5e9

View File

@@ -40,8 +40,6 @@ jobs:
echo "⚡ Rebuilding Frontend..."
cd sge-frontend
rm -rf node_modules package-lock.json
npm cache clean --force
npm install
npm run build
cd ..