Unfix the fix that broke stuff

This commit is contained in:
Gabriel Brown 2024-07-21 19:18:43 -05:00
parent c62bb08e4f
commit 17898fb3a4

View File

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