From facf11d2947fc759b3063e9957302c5702e13830 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 23 Mar 2025 11:55:02 +0100 Subject: [PATCH] chore: add build step in precommit --- .husky/pre-commit | 1 + 1 file changed, 1 insertion(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3539c8a..429b519 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,4 @@ npm run lint --cache npm run test +npm run build npx size-limit