branch selector landing page does not deploy with error message as below. please create a PR against the 'deploy' branch. DO NOT USE main branch to create a PR
Run set -e
Building React application for /sgex/ deployment (landing page)...
Using PUBLIC_URL: /sgex/
> sgex-workbench@1.0.0 build
> react-scripts build
Creating an optimized production build...
Treating warnings as errors because process.env.CI = true.
Most CI servers set it automatically.
Failed to compile.
[eslint]
src/components/BranchListing.js
Line 354:9: 'loadCommentsForPRs' is assigned a value but never used no-unused-vars
Error: Process completed with exit code 1.
branch selector landing page does not deploy with error message as below. please create a PR against the 'deploy' branch. DO NOT USE main branch to create a PR