add dev command
This commit is contained in:
parent
787fcb0031
commit
0d5197dd94
@ -12,7 +12,8 @@
|
||||
"dev": "next dev",
|
||||
"lint": "next lint",
|
||||
"start": "next start",
|
||||
"go": "git pull && next build && next start"
|
||||
"godev": "git pull && next dev",
|
||||
"go": "next build && next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user