Fix call to pretty quick, make husky script executable

This commit is contained in:
veeck
2021-05-26 11:39:29 +02:00
parent e2c9339ec4
commit 57fe94f945
2 changed files with 2 additions and 1 deletions

2
.husky/pre-commit Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pretty-quick --staged
npm run lint:staged