chore: initial commit
This commit is contained in:
6
frontend/.husky/pre-commit
Executable file
6
frontend/.husky/pre-commit
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd frontend/packages/lib-shared && npm run type:check && npm run lint-staged
|
||||
cd ../mobile && npm run type:check && npm run lint-staged
|
||||
cd ../web && npm run type:check && npm run lint-staged
|
||||
Reference in New Issue
Block a user