Compare commits

...

1 Commits

Author SHA1 Message Date
Innei 4f1be9911a update 2025-12-25 21:58:23 +08:00
+3 -2
View File
@@ -33,7 +33,8 @@
],
"scripts": {
"prebuild": "tsx scripts/prebuild.mts && npm run lint",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 next build --webpack",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 next build --webpack --profile",
"build:profile": "cross-env NODE_OPTIONS=--max-old-space-size=6144 next build --webpack --profile",
"postbuild": "npm run build-sitemap && npm run build-migrate-db",
"build-migrate-db": "bun run db:migrate",
"build-sitemap": "tsx ./scripts/buildSitemapIndex/index.ts",
@@ -460,4 +461,4 @@
"stylelint-config-clean-order": "7.0.0"
}
}
}
}