Skip to content

Commit

Permalink
Add node-diff to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 31, 2024
1 parent 6db0bee commit 07aef11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ The resulting ComfyUI node extension project will automatically come with a few
- An optional `web` directory if your extension will include custom javascript
- If selected, `web` will also be added to the project's `MANIFEST.in` to ensure that any non-python code in `web` will also be correctly installed
- Testing via PyTest (check the `tests/` directory)
- A Github Action that will automatically run any tests as part of Pull Requests made against your project
- A Github Action that will automatically run any unit tests as part of Pull Requests made against your project
- A Github Action to diff your changes for backwards incompatible changes: (node-diff)[https://github.com/Comfy-Org/node-diff]
- A Github Action to publish to the Comfy Registry

0 comments on commit 07aef11

Please sign in to comment.