docs: fix start command in deployment guides (#11571)

This commit is contained in:
Shahed Nasser
2025-02-24 12:26:21 +02:00
committed by GitHub
parent 5071001aea
commit a9e2ef6c20
5 changed files with 9483 additions and 9487 deletions
@@ -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