From bad82ed00c89ab9b10f818803dc7d2293e1f5148 Mon Sep 17 00:00:00 2001 From: Dan Ko Date: Wed, 15 Jan 2025 00:05:52 -0500 Subject: [PATCH] chore: update pre-push hook --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index c0c814d..d54f8eb 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,2 +1,2 @@ #!/bin/sh -pnpm test \ No newline at end of file +pnpm test-ci \ No newline at end of file