From 93fae378e6c2e08aec85869ec944a28f4bf49be0 Mon Sep 17 00:00:00 2001 From: Simon Gattner Date: Mon, 15 Jan 2024 02:00:59 +0100 Subject: [PATCH] ci(commit): add pre-commit bundle --- .husky/pre-commit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index a4fc325..95aa2aa 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,3 +2,6 @@ . "$(dirname -- "$0")/_/husky.sh" npm exec lint-staged +npm run package +git add dist +