From 90b3b3d793931953333394f39b655a9e7029d795 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Wed, 17 Jan 2024 00:01:40 +0000 Subject: [PATCH] ci: run pre-commit lint --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 83d4c3e..124376e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -node --test +node --test && npm run lint