feat: easier makefile commands (#2077)

* feat: easier makefile commands

* fix: cleaner command
This commit is contained in:
Jérémy M
2023-10-17 10:38:10 +02:00
committed by GitHub
parent a6542719df
commit 4a96ae225e
3 changed files with 19 additions and 22 deletions

View File

@ -90,10 +90,9 @@ Start the containers:
make up
```
Run database migrations, generate prisma client, and seed:
Setup database, generate prisma client, run migrations, and seed:
```bash
make server-database-setup
make server-database-reset
make server-database-init
```
## Step 5: Start Twenty