diff --git a/docs/content/development/entities/migrations/overview.mdx b/docs/content/development/entities/migrations/overview.mdx index 332718748c..1f5df94614 100644 --- a/docs/content/development/entities/migrations/overview.mdx +++ b/docs/content/development/entities/migrations/overview.mdx @@ -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 ```