Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e2mqtt into spam_control
  • Loading branch information
ivanfmartinez committed Sep 29, 2024
2 parents 8f07c7f + b8b8b32 commit ab1b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Zigbee2MQTT is made up of three modules, each developed in its own Github projec

Zigbee2MQTT uses TypeScript (partially for now). Therefore after making changes to files in the `lib/` directory you need to recompile Zigbee2MQTT. This can be done by executing `npm run build`. For faster development instead of running `npm run build` you can run `npm run build-watch` in another terminal session, this will recompile as you change files.
In first time before building you need to run `npm i --save-dev @types/node`
Before submitting changes run `npm run test-with-coverage` and `npm run pretty:check`
Before submitting changes run `npm run test-with-coverage`, `npm run pretty:check` and `npm run eslint`

## Supported devices

Expand Down

0 comments on commit ab1b320

Please sign in to comment.