docs: change module paths in resolve (#7539)

Change the path to modules in the resolve property across docs
This commit is contained in:
Shahed Nasser
2024-06-03 07:41:30 +00:00
committed by GitHub
parent 872c42c6dc
commit 70e1de7742
4 changed files with 4 additions and 11 deletions
@@ -121,10 +121,9 @@ The queries performed in each of the methods use PostgreSQL syntax.
### Run Migration
To reflect the changes in the migration, transpile your source files using the `build` command, then run the `migration` command:
To reflect the changes in the migration, run the `migration` command:
```bash npm2yarn
npm run build
npx medusa migrations run
```