Git commit warning

Hi, I changed parse server code and committed my changes. But I got the following warning. Do I need to care about this warning? Thanks

parse-server % git commit -am "working"
husky > pre-commit (node v11.14.0)
⚠ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.

βœ” Preparing...
βœ” Running tasks...
βœ” Applying modifications...
βœ” Cleaning up...
[master 6ff907e8] working

You probably don’t need to worry about that but, if possible, please open an issue on Parse Server repo so we can improve that.