From f772da5324925acffe268a657171bf55b18f301f Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 3 Jun 2021 15:00:17 -0400 Subject: [PATCH] build(striker-ui): remove husky related files from tarball --- striker-ui/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index fc4db62b..2af58f6f 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -9,6 +9,7 @@ MAINTAINERCLEANFILES = Makefile.in # find . \ # -not \( -name node_modules -prune \) \ # Ignore ./node_modules directory # -not \( -name *git* -prune \) \ # Ignore git related files +# -not \( -name *husky* -prune \) \ # Ignore husky related files # -not \( -name public -prune \) \ # Ignore ./public directory # -not \( -name *[Mm]ake* -prune \) \ # Ignore make related files # -not \( -name *.md -prune \) \ # Ignore all markdown files @@ -22,9 +23,6 @@ EXTRA_DIST = \ theme/index.ts \ styles/globals.css \ .lintstagedrc.json \ - .husky/pre-commit \ - .husky/commit-msg \ - .husky/_/husky.sh \ env.development \ package.json \ lib/extended_date/ExtendedDate.ts \