update to sgeupdated pipeline v20++

This commit is contained in:
2025-09-01 04:41:12 +03:00
parent 080924f788
commit b3de688265

View File

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