fix(husky): run pre-push hook with bash
parent
f8bbdbda78
commit
fcc6253f3d
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Reference in New Issue