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