Upate script name
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user