From ab8156a2b09552b4b7fd0cd4c04f738036327932 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 22 Mar 2025 11:01:14 +0100 Subject: [PATCH] chore: run test on pre-commit --- .husky/pre-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 0acd3e2..2b0641b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ -npm run lint --cache \ No newline at end of file +npm run lint --cache +npm run test \ No newline at end of file