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
|
||||
|
||||
Reference in New Issue
Block a user