Skip to content

Commit 3a4f398

Browse files
authored
fix(chartcuterie): Update yarn -> pnpm (#15148)
We use `pnpm` instead of `yarn` now so update the Chartcuterie docs to reflect that. I also fixed a typo.
1 parent 9355a3e commit 3a4f398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop-docs/services/chartcuterie.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ To enable Chartcuterie in your local developer environment first enable it in
101101
your `config.yml`:
102102

103103
```yml
104-
# Enable charctuerie
104+
# Enable chartcuterie
105105
chart-rendering.enabled: true
106106
```
107107
108108
Currently you need to manually build the configuration module in your development environment.
109109
110110
```shell
111-
yarn build-chartcuterie-config
111+
pnpm build-chartcuterie-config
112112
```
113113

114114
You can then boot the Chartcuterie devservice. If the devservice doesn't start
@@ -141,7 +141,7 @@ Chartcuterie.
141141

142142
### Updating chart types locally
143143

144-
Currently you need to rebuild the configuration module using `yarn
144+
Currently you need to rebuild the configuration module using `pnpm
145145
build-chartcuterie-config` on every change. This may be improved in the future.
146146

147147
## How it works

0 commit comments

Comments
 (0)