From d5d9f02843e1cecae625aaaa168e6bf35635089b Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Sat, 6 Jan 2024 19:41:44 -0500 Subject: [PATCH] a --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 036dd60..c5b643d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm run build && git add index.js +pnpm run build && git add index.js