fix(husky): make husky run yarn lint before every commit push

This commit is contained in:
andatoshiki 2023-03-24 15:03:52 +08:00
parent 92ae2f30b7
commit c30b770cae

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
yarn lint