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