From 9fb2a63466fda3389a5b6715ca109a14933db9c8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 14 Jun 2025 12:47:05 -0500 Subject: Run lint-staged without concurrency (#8489) --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc60..c8fec63e2 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged +npx lint-staged --concurrent false -- cgit 1.4.1