JustUtahCoders / utahexpungements.org

The frontend code for utahexpungements.org
MIT License
11 stars 19 forks source link

Motion To Reduce Conviction 1st Page #122

Closed schinns closed 4 years ago

schinns commented 4 years ago

Below is a screenshot of some new inputs regarding:

Screen Shot 2019-11-09 at 12 33 59 AM
Screen Shot 2019-11-09 at 12 35 14 AM
joeldenning commented 4 years ago

I'm trying to find out why the build is failing. It's due to a error after running yarn check-format. I'm looking into it right now.

yarn check-format verifies that you didn't skip the pre-commit hook that runs prettier. The build says that frontend/app/forms/motion-to-reduce-conviction/motion-to-reduce-conviction.web.component.js does not match the prettier format. This could result from either (1) doing git commit --no-verify or (2) by your version of git not working well with husky. I've seen (2) happen before inside of docker containers or on Windows machines. To fix, run the following comand: npx prettier 'frontend/**/*' --write

joeldenning commented 4 years ago

Also created https://github.com/JustUtahCoders/utahexpungements.org/pull/123 which might fix some of the prettier stuff