Use prettier when checking for changes

This commit is contained in:
2024-02-22 19:32:36 -07:00
parent 19f324a1cf
commit 76ed63395c
4 changed files with 20 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ git ls-files | xargs md5sum > before.txt
yarn install
yarn graphql-codegen
prettier ./src --write
git ls-files | xargs md5sum > after.txt