pre-push 124 B

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