From 9626cce4b6eff91c47867024b5900cdf6a7e1436 Mon Sep 17 00:00:00 2001 From: Ty Eggen Date: Tue, 31 Dec 2024 14:10:06 -0800 Subject: [PATCH] tools: pre-commit should always run full php test suite --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index d75cfddf..8b142457 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -8,7 +8,7 @@ if [ "${FILES}" != "" ]; then if [ "${PHP_FILES}" != "" ]; then FILES=$(echo "${PHP_FILES}" | xargs) npm exec just format php - FILES=$(echo "${PHP_FILES}" | grep -vw contracts | xargs) npm exec just test php + npm exec just test php fi if [ "${WEBHOOKER_FILES}" != "" ]; then