Add husky pre commit hook

This commit is contained in:
Jon Staab
2025-05-06 10:47:45 -07:00
parent c0ead72162
commit b368efab47
4 changed files with 30 additions and 16 deletions
+4 -6
View File
@@ -1,7 +1,5 @@
#!/usr/bin/env sh
export CI=1
. "$(dirname -- "$0")/_/husky.sh"
yarn lint
yarn clean
yarn build
pnpm run lint
pnpm run docs
pnpm run test