Skip to content

Commit 7db1e27

Browse files
author
Fmar
committed
fix yarn order
1 parent c5903ab commit 7db1e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This will allow you to access it served as static files from the backend at `loc
2323
```bash
2424
cd backend
2525
cp .env.example .env
26-
yarn prisma migrate dev
2726
yarn install
27+
yarn prisma migrate dev
2828
yarn start
2929
```

0 commit comments

Comments
 (0)