Unfix the fix that broke stuff
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
				
			|||||||
    "dev": "next dev",
 | 
					    "dev": "next dev",
 | 
				
			||||||
    "lint": "next lint",
 | 
					    "lint": "next lint",
 | 
				
			||||||
    "start": "next start",
 | 
					    "start": "next start",
 | 
				
			||||||
    "go": "pnpm update && git pull && next build && next start"
 | 
					    "go": "git pull && next build && next start"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@radix-ui/react-progress": "^1.1.0",
 | 
					    "@radix-ui/react-progress": "^1.1.0",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user