docs: fix start command in deployment guides (#11571)
This commit is contained in:
@@ -240,7 +240,7 @@ To set the `start` command of your Medusa application in server mode:
|
||||
5. Enter the following in the input and click the check mark button:
|
||||
|
||||
```bash npm2yarn
|
||||
cd .medusa/server && npm run predeploy && npm run start
|
||||
cd .medusa/server && npm install && npm run predeploy && npm run start
|
||||
```
|
||||
|
||||
### Deploy Changes
|
||||
@@ -346,7 +346,7 @@ To set the `start` command of your Medusa application in worker mode:
|
||||
5. Enter the following in the input and click the check mark button:
|
||||
|
||||
```bash npm2yarn
|
||||
cd .medusa/server && npm run start
|
||||
cd .medusa/server && npm install && npm run start
|
||||
```
|
||||
|
||||
### Deploy Changes
|
||||
|
||||
@@ -102,7 +102,7 @@ export const generatedEditDates = {
|
||||
"app/contribution-guidelines/docs/page.mdx": "2024-12-12T11:06:12.250Z",
|
||||
"app/create-medusa-app/page.mdx": "2025-01-16T10:00:25.975Z",
|
||||
"app/deployment/admin/vercel/page.mdx": "2024-10-16T08:10:29.377Z",
|
||||
"app/deployment/medusa-application/railway/page.mdx": "2025-02-06T13:28:24.999Z",
|
||||
"app/deployment/medusa-application/railway/page.mdx": "2025-02-24T07:35:43.421Z",
|
||||
"app/deployment/storefront/vercel/page.mdx": "2025-01-06T12:19:31.142Z",
|
||||
"app/deployment/page.mdx": "2024-11-25T14:31:45.277Z",
|
||||
"app/integrations/page.mdx": "2024-12-16T16:46:12.395Z",
|
||||
|
||||
Reference in New Issue
Block a user