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.
This commit is contained in:
Mohmmed Aqeeb
2024-09-24 12:14:29 +05:30
committed by GitHub
parent e1fdc54a3f
commit 64c4c828b6

View File

@@ -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: