Fix prod build
This commit is contained in:
parent
10dc66b7fb
commit
c62bb08e4f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user