pre-commit 78 B

123456
  1. #!/bin/sh
  2. . "$(dirname "$0")/_/husky.sh"
  3. npm run build
  4. npm test
  5. git add -A .