1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

feat(repo): add pre-commit hook with husky library

This commit is contained in:
2022-11-17 07:56:15 +07:00
parent 659fcf0e6f
commit 51778886ec
3 changed files with 29 additions and 1 deletions

4
.husky/pre-commit Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run typecheck