familyfedie-website/package.json
Loyyd 8e40b8599b
Some checks are pending
/ deploy (push) Waiting to run
organized
2026-06-11 08:17:11 +02:00

7 lines
195 B
JSON

{
"scripts": {
"organize": "node scripts/organize-content.mjs",
"render:layout": "node scripts/render-shared-layout.mjs",
"build": "npm run organize && npm run render:layout"
}
}