docs: replace usages of migrations and links commands (#8894)
This commit is contained in:
@@ -111,7 +111,7 @@ So, add the following script in `package.json`:
|
||||
```json
|
||||
"scripts": {
|
||||
// ...
|
||||
"predeploy": "medusa migrations run && medusa links sync"
|
||||
"predeploy": "medusa db:migrate"
|
||||
},
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user