This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
|||||||
"description": "Eleventy theme for Indiekit — IndieWeb-ready personal website",
|
"description": "Eleventy theme for Indiekit — IndieWeb-ready personal website",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "eleventy",
|
"build:og": "node lib/og-cli.js content .cache 'giersig.'",
|
||||||
|
"build": "npm run build:og && eleventy",
|
||||||
"dev": "eleventy --serve --watch",
|
"dev": "eleventy --serve --watch",
|
||||||
"build:css": "postcss css/tailwind.css -o css/style.css",
|
"build:css": "postcss css/tailwind.css -o css/style.css",
|
||||||
"check:upstream-widgets": "node scripts/check-upstream-widget-drift.mjs",
|
"check:upstream-widgets": "node scripts/check-upstream-widget-drift.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user