update to sgeupdated pipeline v20+++++
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 56s

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..." echo "⚡ Rebuilding Frontend..."
cd sge-frontend cd sge-frontend
rm -rf node_modules package-lock.json
npm cache clean --force
npm install npm install
npm run build npm run build
cd .. cd ..