From 83fbf30c831c2140a4e094ae00d5b77d86eee4d7 Mon Sep 17 00:00:00 2001 From: typicode Date: Sat, 24 Jan 2026 01:11:59 +0100 Subject: [PATCH] chore: change test command from npm to pnpm (#1693) --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 72c4429..98475b5 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npm test +pnpm test