docs: shorten npx commands (#4652)

This commit is contained in:
Shahed Nasser
2023-08-01 10:50:19 +03:00
committed by GitHub
parent 26a606a1bb
commit 2e42141822
60 changed files with 69 additions and 69 deletions
+3 -3
View File
@@ -130,7 +130,7 @@ To associate these entities with the `Store` entity, you need to extend and cust
```bash npm2yarn
npm run build
npx @medusajs/medusa-cli migrations run
npx medusa migrations run
```
You can extend other entities in a similar manner to associate them with a store.
@@ -241,7 +241,7 @@ You can also extend services if you need to customize a functionality implemente
```bash
npm run build
npx @medusajs/medusa-cli develop
npx medusa develop
```
</details>
@@ -288,7 +288,7 @@ To listen to events, you need to create Subscribers that subscribe a handler met
```bash
npm run build
npx @medusajs/medusa-cli develop
npx medusa develop
```
</details>