docs: added documentation for build command (#9604)

- Added documentation for `medusa build` command
- Update deployment documentation for admin to use `--admin-only` option
This commit is contained in:
Shahed Nasser
2024-10-16 09:37:40 +00:00
committed by GitHub
parent f6d3453e6d
commit ddcb749bc4
6 changed files with 101 additions and 3 deletions
@@ -86,7 +86,7 @@ To create a Vercel project, on your Vercel dashboard:
- Set the Build Command field to the following:
```bash npm2yarn
npm run build
npm run build --admin-only
```
- Set the Output Directory field to `.medusa/admin`.