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

This commit is contained in:
2025-09-01 04:50:38 +03:00
parent b3de688265
commit a088889a67

View File

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