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