Skip to content

Commit

Permalink
FIXING #524 ERROR
Browse files Browse the repository at this point in the history
when setting up the project locally the prisma:migrate:dev is not present in package.json only prisma:mirgrate is present.
  • Loading branch information
Ameerjafar authored May 4, 2024
1 parent 1663101 commit 7d92552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Before you begin, ensure you have met the following requirements
```
6. Run database migrations:
```bash
npm run prisma:migrate:dev
npm run prisma:migrate
```
7. Seed the database:
```bash
Expand Down

0 comments on commit 7d92552

Please sign in to comment.