docs: fix code block titles (#5733)
* docs: fix code block titles * remove console * fix build error
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user