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",

View File

@@ -472,9 +472,9 @@
"@tailwindcss/oxide-win32-arm64-msvc" "4.1.12"
"@tailwindcss/oxide-win32-x64-msvc" "4.1.12"
"@tailwindcss/postcss@^4.1.12":
"@tailwindcss/postcss@^4.1.4":
version "4.1.12"
resolved "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.12.tgz"
resolved "https://registry.yarnpkg.com/@tailwindcss/postcss/-/postcss-4.1.12.tgz#ac2423c3cc69d673e2965c6d1413504a6398e415"
integrity sha512-5PpLYhCAwf9SJEeIsSmCDLgyVfdBhdBpzX1OJ87anT9IVR0Z9pjM0FNixCAUAHGnMBGB8K99SwAheXrT0Kh6QQ==
dependencies:
"@alloc/quick-lru" "^5.2.0"