fix: lint prepare workaround

This commit is contained in:
Cory Dransfeldt 2023-03-27 14:51:27 -07:00
parent b3b1d0cf16
commit 78f6cfa93b
No known key found for this signature in database

View file

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