docs: fix code tabs in migrations guide (#4331)

This commit is contained in:
Shahed Nasser
2023-06-16 14:39:15 +03:00
committed by GitHub
parent e1f43fd207
commit 2bffe9c542

View File

@@ -43,7 +43,7 @@ Seeding is the process of filling your database with data that is either essenti
You can use the following command to seed your database:
```bash npm2yarn
```bash
npx @medusajs/medusa-cli@latest seed -f ./data/seed.json
```