feat:Fix CI/CD Pipeline Failures in viswam/frontend
📌 Issue Description
The CI/CD pipeline for the viswam/frontend project is currently failing during execution, preventing successful builds and blocking merge requests.
This issue needs to be investigated and resolved to restore normal development workflow.
❗ Problem
-
Pipeline is failing in GitLab CI/CD
-
Errors observed during:
- Lint stage (ESLint / Prettier)
- Build stage
-
Merge Requests are getting blocked due to pipeline failure
-
Developers are unable to merge feature branches (e.g., AI HackDays page)
🔍 Observed Behavior
- Pipeline does not pass successfully after pushing code
- Lint errors related to formatting inconsistencies
- Build process fails in CI environment
- Local vs CI behavior may be inconsistent
✅ Expected Behavior
- Pipeline should run successfully without errors
- Lint stage should pass with no issues
- Build should complete successfully
- Merge Requests should not be blocked
🎯 Objective
- Identify root cause of pipeline failure
- Fix linting and build issues
- Ensure CI/CD pipeline stability
🧪 Steps to Reproduce
- Push code to feature branch
- Create Merge Request
- Observe pipeline execution
- Pipeline fails during lint/build stages
⚠ ️ Impact
- Blocks feature development and merging
- Delays integration of new features (AI HackDays page)
- Affects team productivity