#!/bin/sh

if [ "$SKIP_SIMPLE_GIT_HOOKS" = "1" ]; then
  exit 0
fi

exec pnpm --filter @multideal/web run gate:prepush
