fix(husky): make pre-push hook POSIX-compatible

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

View File

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