as a developer on this project,
I want fast and reliable builds,
so that I can deliver better software faster.
User story - Improve CI failure reporting
As a developer on this project,
I want clear and specific error messages on CI failures,
so that I can deliver better software faster.
Tasks
[x] Cache npm install artifacts
[x] Make error reporting from the prettier and eslint commands more verbose. right now, they just essentially say 'there's a problem,' which isn't very helpful.
Expected outcome
All modifications should be contained within the .github/workflows/lint.yml file
User story - cache npm install artifacts
as a developer on this project, I want fast and reliable builds, so that I can deliver better software faster.
User story - Improve CI failure reporting
As a developer on this project, I want clear and specific error messages on CI failures, so that I can deliver better software faster.
Tasks
prettier
andeslint
commands more verbose. right now, they just essentially say 'there's a problem,' which isn't very helpful.Expected outcome
All modifications should be contained within the
.github/workflows/lint.yml
file