This commit is contained in:
2025-07-17 06:04:27 +09:00
parent 88bf6c8446
commit 81187ff093
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"postbuild": "ts-node scripts/generate-sitemap.ts",
"postbuild": "node scripts/generate-sitemap.js",
"lint": "eslint .",
"preview": "vite preview"
},