From 1d0161c31727565ef9f1a17582c9d01e5ceb4195 Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Wed, 14 Feb 2024 12:20:58 +1100 Subject: [PATCH] reverted pre-commit --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 1917bfa9..5f89fe32 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -# npm run ci +npm run ci