Skip to content

Commit

Permalink
docs: swap push and seed instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Jul 20, 2024
1 parent 5555a4c commit 42b8da6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ Terinspirasi dari Brainly dan Twitter.

1. Isi konfigurasi `.env` yang diperlukan

1. Lakukan seeding database
1. Push schema ke database

```bash
pnpm db:seed # atau npm run db:seed
pnpm db:push # atau npm run db:push
```

1. Push schema ke database
1. Lakukan seeding database

```bash
pnpm db:push # atau npm run db:push
pnpm db:seed # atau npm run db:seed
```

1. Selesai
Expand Down

0 comments on commit 42b8da6

Please sign in to comment.