Run lint-staged without concurrency (#8489)

This commit is contained in:
Eric Bailey
2025-06-14 12:47:05 -05:00
committed by GitHub
parent 45e64757d0
commit 9fb2a63466
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx lint-staged
npx lint-staged --concurrent false