Add deploy helper script

Add a deploy script and npm commands, and include
Navbar updates as requested.

Signed-off-by: codex@lucy.xalior.com
This commit is contained in:
2026-01-10 22:39:03 +00:00
parent 0b0dced512
commit 89d48edbd9
3 changed files with 23 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"deploy": "bin/deploy.sh",
"deploy:branch": "bin/deploy.sh",
"deploy-prod": "git push --set-upstream explorer.specnext.dev deploy",
"deploy-test": "git push --set-upstream test.explorer.specnext.dev test"
},