cleanup + tweaks

This commit is contained in:
Cory Dransfeldt 2023-03-13 15:29:59 -07:00
parent fd0a622127
commit 9e49528d86
No known key found for this signature in database
4 changed files with 3 additions and 32 deletions

View file

@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "eleventy && npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css"
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css"
},
"keywords": [],
"author": "Cory Dransfeldt",