Skip to content

Commit df9df71

Browse files
author
Franciszek Stodulski
authored
Update README.md
1 parent 82608a2 commit df9df71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Built with Prisma, MySQL, GraphQL/REST
88

99
* `npm run generate`
1010

11-
* `npm i prepare`
11+
* `npm run deploy`
12+
13+
* `npm run seed`
14+
1215

1316
## Run in terminal
1417
* For REST `npm run start:rest`
@@ -22,6 +25,8 @@ Built with Prisma, MySQL, GraphQL/REST
2225
## Deploy new schema (after modifying `datamodel.prisma`)
2326
`prisma deploy`
2427

28+
## AFTER MODIFYING `prisma.yml` RUN `npm run generate`!
29+
2530
## GRAPHQL ONLY
2631
### Generate Types for schemats
2732
`npm run deploy`

0 commit comments

Comments
 (0)