Fix prod build

This commit is contained in:
Gabriel Brown 2024-07-21 19:16:22 -05:00
parent 10dc66b7fb
commit c62bb08e4f

View File

@ -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",