From 869af421b367453a133c6e10bf11378a5be50367 Mon Sep 17 00:00:00 2001 From: Jonas Gerth Date: Thu, 24 Mar 2022 21:55:20 +0100 Subject: [PATCH] Remove tests from pre commit due to duration --- .husky/pre-commit | 1 - 1 file changed, 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 5c66364..527c0fb 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,5 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm test npm run pretty npm run eslint \ No newline at end of file