pre-push 98 B

1234567
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. if [ "${CI:-"false"}" != "true" ]; then
  4. npm run lint
  5. fi