docs: replace usages of migrations and links commands (#8894)

This commit is contained in:
Shahed Nasser
2024-08-30 11:48:49 +03:00
committed by GitHub
parent 9b6c2e5efa
commit 8c82207a41
12 changed files with 39 additions and 51 deletions
@@ -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"
},
```