Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Run lint-staged without concurrency (#8489)

authored by

Eric Bailey and committed by
GitHub
9fb2a634 45e64757

+1 -1
+1 -1
.husky/pre-commit
··· 1 1 #!/usr/bin/env sh 2 2 . "$(dirname -- "$0")/_/husky.sh" 3 3 4 - npx lint-staged 4 + npx lint-staged --concurrent false