fix(husky): run pre-push hook with bash

pull/21353/head
PabloGNU 2026-04-07 18:57:06 +02:00
parent f8bbdbda78
commit fcc6253f3d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
set -e
#!/usr/bin/env bash
set -euo pipefail
# Check if bun version matches package.json
# keep in sync with packages/script/src/index.ts semver qualifier
bun -e '