690530:1206 ADR-030-231-ocr-sandbox-two-step-flow #03
CI / CD Pipeline / build (push) Successful in 4m58s
CI / CD Pipeline / deploy (push) Successful in 8m36s

This commit is contained in:
2026-05-30 12:06:32 +07:00
parent 499d787aa5
commit 33c62993d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ ENV NEXT_TURBOPACK=0
# nested App Router paths. Redirect .next output to ultra-short root path /n # nested App Router paths. Redirect .next output to ultra-short root path /n
# to minimise overlay nesting depth, then move back after build completes. # to minimise overlay nesting depth, then move back after build completes.
RUN mkdir /n && ln -s /n .next && \ RUN mkdir /n && ln -s /n .next && \
pnpm run build -- --webpack && \ pnpm run build && \
rm .next && mv /n .next rm .next && mv /n .next
# Verify build was created # Verify build was created
+1 -1
View File
@@ -9,7 +9,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build --webpack",
"start": "next start", "start": "next start",
"lint": "eslint . --max-warnings 0", "lint": "eslint . --max-warnings 0",
"format": "prettier --write .", "format": "prettier --write .",