From 64c4c828b644626da2c2c410b5f7b4e62a2b5e97 Mon Sep 17 00:00:00 2001 From: Mohmmed Aqeeb <104136004+aqeebpathan@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:14:29 +0530 Subject: [PATCH] Fix: Install command for Vercel deployment documentation (#9270) ### What Updated the Install Command in the Vercel deployment section to `npm install` instead of `npm run build`. Closes #9264 ### Why To ensure users have the correct installation instructions for deploying Medusa Admin on Vercel. ### How Replaced the Install Command in the documentation. ### Testing No formal testing was performed for this documentation update, as it addresses a minor typo. --- www/apps/resources/app/deployment/admin/vercel/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/deployment/admin/vercel/page.mdx b/www/apps/resources/app/deployment/admin/vercel/page.mdx index d78c64c239..c38d450047 100644 --- a/www/apps/resources/app/deployment/admin/vercel/page.mdx +++ b/www/apps/resources/app/deployment/admin/vercel/page.mdx @@ -93,7 +93,7 @@ To create a Vercel project, on your Vercel dashboard: - Set the Install Command field to the following: ```bash npm2yarn - npm run build + npm install ``` 4. Expand the Environment Variables section and add the following variables: