Fixed: `comfy node publish` was zipping files incorrectly.
Added `comfy node pack` to only zip the tar file without uploading it.
What's Changed
* Fix escape sequence in print. by robinjhuang in https://github.com/yoland68/comfy-cli/pull/65
* improve: display error message if failed to background launching by ltdrdata in https://github.com/yoland68/comfy-cli/pull/66
* fix(requirements.txt): ensure typing-extensions >= 4.7.0 by snomiao in https://github.com/yoland68/comfy-cli/pull/61
* fix: launch --background issue in windows by ltdrdata in https://github.com/yoland68/comfy-cli/pull/67
* fix: remove broken char in windows by ltdrdata in https://github.com/yoland68/comfy-cli/pull/68
* typer version should be 0.9.0 or later by ltdrdata in https://github.com/yoland68/comfy-cli/pull/70
* Improve error messages for Publishing nodes. by robinjhuang in https://github.com/yoland68/comfy-cli/pull/72
* Fixed: Zip the correct files in the custom node directory. by robinjhuang in https://github.com/yoland68/comfy-cli/pull/73
New Contributors
* snomiao made their first contribution in https://github.com/yoland68/comfy-cli/pull/61
**Full Changelog**: https://github.com/yoland68/comfy-cli/compare/v0.0.25...0.0.26