Add husky for pre-commit checks
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run format
|
||||
npm run lint
|
||||
|
||||
npm test
|
||||
npm run compile
|
||||
Reference in New Issue
Block a user