Skip to content

Commit e118eb5

Browse files
committed
chore: migrate config to husky v9 to remove warning
1 parent a9a53a7 commit e118eb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/post-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
22

33
function changed {
44
git diff --name-only HEAD@{1} HEAD | grep "^$1" >/dev/null 2>&1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
22
. "$(dirname "$0")/common.sh"
33

44

0 commit comments

Comments
 (0)