From 58406f055e9b25ac63fe204ee9297852f106b2ef Mon Sep 17 00:00:00 2001 From: dominicbachmann Date: Sun, 3 Apr 2022 19:10:29 +0200 Subject: [PATCH] Changed the package manager used in the .husky/pre-commit hook from yarn to pnpm --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index dc0378c34..fab6428a1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn lint-staged \ No newline at end of file +pnpm lint-staged