docs: fix code block titles (#5733)

* docs: fix code block titles

* remove console

* fix build error
This commit is contained in:
Shahed Nasser
2023-11-27 16:08:10 +00:00
committed by GitHub
parent de8f748674
commit 547b16ead5
110 changed files with 483 additions and 456 deletions
@@ -162,7 +162,7 @@ The combination of these two commands running at the same time will compile the
For example, if you're making changes in the `medusa` package, run the following command inside the directory of the `medusa` package:
```bash title=packages/medusa
```bash title="packages/medusa"
yarn watch
```
@@ -170,7 +170,7 @@ Make sure the `medusa-dev` command is also running to copy the changes automatic
Alternatively, you can manually run the `build` command every time you want to compile the changes:
```bash title=packages/medusa
```bash title="packages/medusa"
yarn build
```