ci: changing order of git hooks

This commit is contained in:
Chubby Granny Chaser
2024-05-18 22:01:18 +01:00
parent 19f022e0f6
commit 756cf19c23
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1 @@
yarn lint
yarn typecheck
yarn format

View File

@@ -1 +1,2 @@
yarn format
yarn lint
yarn typecheck