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",