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