From f2be54a943d03f2d952ffcff388841f2650ccb89 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 26 Feb 2024 10:55:19 +0100 Subject: [PATCH] Add pre-push hook --- .husky/pre-push | 1 + 1 file changed, 1 insertion(+) create mode 100644 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 00000000..f011da94 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1 @@ +npm run lint --prefix client