Update package.json
This commit is contained in:
parent
7d3a387690
commit
e0cdc36421
|
|
@ -8,7 +8,7 @@
|
|||
"prebuild": "node scripts/remove-cdn-for-vercel.js",
|
||||
"dev:fast": "NEXT_TELEMETRY_DISABLED=1 next dev",
|
||||
"dev:turbo": "next dev --turbo",
|
||||
"build": "bash build-wrapper.sh",
|
||||
"build": "next build",
|
||||
"build:normal": "NEXT_TELEMETRY_DISABLED=1 next build",
|
||||
"build:fallback": "NEXT_TELEMETRY_DISABLED=1 next build",
|
||||
"build:emergency": "node scripts/emergency-build.js || (mkdir -p .next && echo 'OK' > .next/BUILD_ID)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue