This commit is contained in:
NotII
2025-04-06 15:48:11 +01:00
parent a651bd3ec4
commit 59a9063bfc
5 changed files with 130 additions and 2 deletions

View File

@@ -4,7 +4,9 @@
"gitCommit": "1.1.7",
"private": true,
"scripts": {
"predev": "node scripts/get-git-hash.js",
"dev": "next dev",
"prebuild": "node scripts/get-git-hash.js",
"build": "cross-env NODE_OPTIONS='--max_old_space_size=4096' NEXT_TELEMETRY_DISABLED=1 next build",
"build:fast": "cross-env NODE_OPTIONS='--max_old_space_size=4096' NEXT_TELEMETRY_DISABLED=1 NEXT_SKIP_LINT=1 NEXT_SKIP_TS_CHECK=1 next build",
"build:optimized": "node scripts/optimize-build.js",