Skip to content

Commit f9b23ec

Browse files
committed
fix(doc): update build command in README
It changed in be722a0.
1 parent 940fff2 commit f9b23ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Zigbee2MQTT is made up of three modules, each developed in its own Github projec
106106

107107
### Developing
108108

109-
Zigbee2MQTT uses TypeScript. Therefore after making changes to files in the `lib/` directory you need to recompile Zigbee2MQTT. This can be done by executing `pnpm run build`. For faster development instead of running `pnpm run build` you can run `pnpm run build-watch` in another terminal session, this will recompile as you change files.
109+
Zigbee2MQTT uses TypeScript. Therefore after making changes to files in the `lib/` directory you need to recompile Zigbee2MQTT. This can be done by executing `pnpm run build`. For faster development instead of running `pnpm run build` you can run `pnpm run build:watch` in another terminal session, this will recompile as you change files.
110110

111111
Before running any of the commands, you'll first need to run `pnpm install --include=dev`.
112112
Before submitting changes run `pnpm run check:w` then `pnpm run test:coverage`.

0 commit comments

Comments
 (0)