Upate script name

This commit is contained in:
kbe
2025-08-21 02:06:32 +02:00
parent f9160e4b98
commit b00514f015
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"description": "Hugo static site with WordPress content",
"license": "MIT",
"scripts": {
"fetch-data": "node scripts/fetch-wordpress.js",
"fetch-data": "node scripts/fetch-data.js",
"generate-content": "node scripts/generate-content.js",
"prebuild": "npm run fetch-data && npm run generate-content",
"build": "npm run build:css && npm run build:js",