fix mistake
This commit is contained in:
parent
348869fb48
commit
fe81ec1dd6
@ -12,8 +12,8 @@
|
||||
"dev": "next dev",
|
||||
"lint": "next lint",
|
||||
"start": "next start",
|
||||
"goprod": "git pull && next build && next start",
|
||||
"go": "git pull && next dev"
|
||||
"goprod": "next build && next start",
|
||||
"go": "git pull docker master && next dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-accordion": "^1.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user