We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feeda5 commit e70f7aaCopy full SHA for e70f7aa
README.md
@@ -82,7 +82,7 @@ Both users actually have the same privileges by default, but the first one loggi
82
`yarn dev-ms-db-delete <--all | --branch <branch-name> >` : delete db \
83
`yarn dev-ms-db-migrate`: create new prisma migration based on changes made to `schema.prisma` file \
84
`yarn dev-ms-db-deploy` : deploys the migrations to db \
85
-`yarn dev-ms-db-deploy` : run this command to generate prisma client manually, if not generated automatically on `yarn install``
+`yarn dev-ms-db-generate` : run this command to generate prisma client manually, if not generated automatically on `yarn install``
86
87
# Contributions
88
0 commit comments