From 78f6cfa93b6caaf6d82e9085939df9d2a14fc389 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 27 Mar 2023 14:51:27 -0700 Subject: [PATCH] fix: lint prepare workaround --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cdda2a9..6951caab 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "eslint .", "lint:fix": "eslint . --fix", "build": "rm -rf .cache && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css", - "prepare": "husky install" + "prepare": "husky install && touch ./.git/COMMIT_EDITMSG" }, "keywords": [], "author": "Cory Dransfeldt",