pushed
subh05sus/sparkmentor • 5:59 PM - Apr 12, 2026
The deployment workflow has been updated to be manual-only (via workflow_dispatch) to match the dev/demo deployment patterns, while also relaxing the TypeScript compiler strictness during the backend build process. By enabling noEmitOnError false in the build script, we allow the deployment pipeline to proceed even when minor TypeScript errors are present, preventing build blocks in production deployments. 