#!/bin/sh
# Generated by smthrs from the WORKSPACE.ts gitHooks declaration. Do not edit.
# pre-push -> //:prePush
if command -v smthrs >/dev/null 2>&1; then
  exec smthrs run '//:prePush'
fi
if command -v smithers-build >/dev/null 2>&1; then
  exec smithers-build '//:prePush'
fi
echo "smthrs: CLI not found on PATH; skipping the pre-push hook (fail-open)" >&2
exit 0
