From d8b0f5f3f5d565ecc8317604325bd9aba3929d3f Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 27 Oct 2023 13:59:43 +0200 Subject: [PATCH] chore: Use PNPM for scripts --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index d71a03b9..d69ab0a7 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn commitlint --edit $1 +pnpm commitlint --edit $1