Update yarn commands
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
"pretty": "prettier --write .",
|
||||
"prsima": "yarn prisma generate",
|
||||
"update-db": "yarn prisma db push"
|
||||
"prisma-gen": "yarn prisma generate",
|
||||
"prisma-update": "yarn prisma db push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^3.29.0",
|
||||
|
||||
Reference in New Issue
Block a user