Skip to content

Commit 65d835d

Browse files
committed
chore: update readme to use pnpm
1 parent ec97be3 commit 65d835d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ To run dev demo:
6363
```sh
6464
cd dev-demo
6565

66-
npm run setup-dev-demo
67-
npm run migrate:all
66+
pnpm setup-dev-demo
67+
pnpm migrate:all
6868

69-
npm start
69+
pnpm start
7070
```
7171

7272
## 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
7878

7979

8080
```
81-
npm run makemigration:sqlite -- --name init
81+
pnpm makemigration:sqlite -- --name init
8282
```
8383

8484
and
8585

8686
```
87-
npm run migrate:sqlite
87+
pnpm migrate:sqlite
8888
```
8989

9090
to apply migration

0 commit comments

Comments
 (0)