From 758f28c54cc223ff5886fdc743344ae10285da61 Mon Sep 17 00:00:00 2001 From: Nick DeJesus Date: Thu, 30 Nov 2023 10:21:17 -0500 Subject: [PATCH] update husky script --- .husky/pre-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 6a109d8..0fe011c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,6 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm test +pnpm bundle +pnpm test ./node_modules/.bin/lint-staged