nx run db:prisma format is run before each commit. The formatting changes applied by this command are then added to the commit.
Connected Issues
closes #338
QA Steps
Switch your local branch to this branch (tyce-338-format-prisma).
Locally, add spacing (tabs, spaces, etc.) to schema.prisma so that the file is not properly formatted.
If you have a VSCode extension which autoformats prisma files on save, you may need to disable that extension or temporarily change the "Language Mode" of schema.prisma from "Prisma" to "Plain Text" to test this PR.
Commit your changes.
Observe the diff of the commit. Confirm that there are no changes observed (since the formatting has been corrected).
What has changed
nx run db:prisma format
is run before each commit. The formatting changes applied by this command are then added to the commit.Connected Issues
closes #338
QA Steps
tyce-338-format-prisma
).schema.prisma
so that the file is not properly formatted.schema.prisma
from "Prisma" to "Plain Text" to test this PR.Post-Deployment