I am trying to deploy an app to azure static web apps, a reactjs application, but im getting something really weird in the github actions.
Creating an optimized production build...
Failed to compile.
./src/screens/Support/Support.jsx
Cannot find file '../../components/faq/FAQ' in './src/screens/Support'.
it says it cannot find this file... but its there. locally it works, if i run npm run build
locally it works, only when im trying to deploy via github actions does it error out in this way.. why?