aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.husky/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit
index 3b122ba..c587fdb 100644
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,4 +1,4 @@
-npx lint-staged
if echo "$1" | grep -q "\[skip ci\]"; then
+ npx lint-staged
npm test
fi \ No newline at end of file