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