We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec97be3 commit 65d835dCopy full SHA for 65d835d
README.md
@@ -63,10 +63,10 @@ To run dev demo:
63
```sh
64
cd dev-demo
65
66
-npm run setup-dev-demo
67
-npm run migrate:all
+pnpm setup-dev-demo
+pnpm migrate:all
68
69
-npm start
+pnpm start
70
```
71
72
## Adding columns to a database in dev-demo
@@ -78,13 +78,13 @@ To make migration add to the .prisma file in folder with database you need and a
78
79
80
81
-npm run makemigration:sqlite -- --name init
+pnpm makemigration:sqlite -- --name init
82
83
84
and
85
86
87
-npm run migrate:sqlite
+pnpm migrate:sqlite
88
89
90
to apply migration
0 commit comments