7 lines
195 B
JSON
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"
|
|
}
|
|
}
|