From b5635fdee34cc2b12dd8bd310ab96cfc0858f96c Mon Sep 17 00:00:00 2001 From: PabloGNU Date: Tue, 7 Apr 2026 18:57:29 +0200 Subject: [PATCH] fix(husky): make pre-push hook POSIX-compatible --- .husky/pre-push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/pre-push b/.husky/pre-push index b277b6c261..51e03cfc41 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -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 '