Changed the package manager used in the .husky/pre-commit hook from yarn to pnpm

This commit is contained in:
dominicbachmann
2022-04-03 19:10:29 +02:00
parent 986c5b7133
commit 58406f055e

View File

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