pre-commit 176 B

12345678
  1. #!/bin/sh
  2. . "$(dirname "$0")/_/husky.sh"
  3. [ -n "$CI" ] && exit 0
  4. # Format and submit code according to lintstagedrc.js configuration
  5. npm run ts:check
  6. npm run lint:lint-staged