chore: add production smoke checks and execution directive

This commit is contained in:
Codex
2026-04-23 01:13:49 +08:00
parent 79182ec374
commit c79e20bb23
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
"devsafe": "rm -rf .next-dev && NEXT_DIST_DIR=.next-dev next dev",
"build": "next build && node ./src/scripts/fix-next-main-app.mjs",
"start": "next start",
"smoke": "node ./src/scripts/smoke-check.mjs",
"lint": "next lint",
"generate:types": "payload generate:types",
"payload": "payload",