File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ To enable Chartcuterie in your local developer environment first enable it in
101101your ` config.yml ` :
102102
103103``` yml
104- # Enable charctuerie
104+ # Enable chartcuterie
105105chart-rendering.enabled : true
106106` ` `
107107
108108Currently 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
114114You 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
145145build-chartcuterie-config` on every change. This may be improved in the future.
146146
147147## How it works
You can’t perform that action at this time.
0 commit comments