testing husky precommit hook

This commit is contained in:
2021-03-16 14:25:57 +01:00
parent 93efc326ab
commit f40e638583
6 changed files with 17 additions and 8 deletions

4
.husky/pre-commit Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd app && yarn format