Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run prettier check pre-commit (AMPATH#1095)
It's pretty annoying to have your PR fail a CI status check because Prettier didn't run on your staged files pre-commit. This PR fixes that by explicitly calling `prettier --check` in the pre-commit hook.
- Loading branch information