This commit is contained in:
Nassim Jahnke 2022-07-02 14:26:11 +02:00
parent f9c4d652df
commit b0d9507f71
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -1,2 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd frontend
pnpm prettier --write src/types/generated/**.*
pnpm lint-staged