|
@@ -6,7 +6,7 @@ |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"dev": "vite", |
|
|
"dev": "vite", |
|
|
"build": "tsc -b && vite build", |
|
|
"build": "tsc -b && vite build", |
|
|
"postbuild": "ts-node scripts/generate-sitemap.ts", |
|
|
|
|
|
|
|
|
"postbuild": "node scripts/generate-sitemap.js", |
|
|
"lint": "eslint .", |
|
|
"lint": "eslint .", |
|
|
"preview": "vite preview" |
|
|
"preview": "vite preview" |
|
|
}, |
|
|
}, |
|
|