chore: add production smoke checks and execution directive
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user