add prod command for when ready

This commit is contained in:
Gabriel Brown 2024-10-05 17:50:31 -05:00
parent 4123312fd0
commit 348869fb48

View File

@ -12,7 +12,8 @@
"dev": "next dev", "dev": "next dev",
"lint": "next lint", "lint": "next lint",
"start": "next start", "start": "next start",
"go": "next dev" "goprod": "git pull && next build && next start",
"go": "git pull && next dev"
}, },
"dependencies": { "dependencies": {
"@radix-ui/react-accordion": "^1.2.0", "@radix-ui/react-accordion": "^1.2.0",