From 2bffe9c5421ab2d9e91c8e1083e8293b73cb4d34 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 16 Jun 2023 14:39:15 +0300 Subject: [PATCH] docs: fix code tabs in migrations guide (#4331) --- docs/content/development/entities/migrations/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```