Closed johnpapa closed 4 years ago
please squash merge, after you are comfortable with this PR
@johnpapa build failed with prettier errors
https://dev.azure.com/shayneboyer/social-linker/_build/results?buildId=457
Good catch. I’ll fix
@spboyer we may want to add a npm run lint
in the pipeline. I looked at the pipeline file and I do not see the steps to build the app. I was expecting to see something like ...
npm install
npm run lint
npm run build
I see you are doing the build in Dockerfile
. So I added npm run lint there. We will want ot added pipeline steps for a pre-build so we can do a cypress test run too.
No need for action now - just sharing so we can decide next steps.