ci: add base code and tools
This commit is contained in:
8
.husky/pre-commit
Executable file
8
.husky/pre-commit
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
yarn audit-ci
|
||||
yarn format
|
||||
yarn lint-staged
|
||||
yarn typecheck
|
||||
yarn build
|
||||
Reference in New Issue
Block a user