build: update pre-commit rules to use pnpm

Update husky and lint-staged to use pnpm instead of yarn.
This commit is contained in:
Alois Klink
2022-09-29 19:48:02 +01:00
parent 320e105ffe
commit 9513e0e2d5
2 changed files with 4 additions and 4 deletions

View File

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