Merge pull request #281 from dominicbachmann/fix-husky-pre-commit

Changed the package manager used in the .husky/pre-commit hook
This commit is contained in:
Andras Bacsai 2022-04-03 22:32:36 +02:00 committed by GitHub
commit 15f8e44237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn lint-staged
pnpm lint-staged