This repository was archived by the owner on Mar 3, 2024. It is now read-only.

Description
I'm trying to follow the instructions and I'm not using lerna and to "Manually call precommit in each package".
I'm following the instructions in section "Manually call precommit in each package", where I have a .lintstagedrc.yml in each project's own folder. lint-staged and husky has been installed at the project root. I've got husky setup with npm-run-all and husky is working with the precommit hook.
However, my hook doesn't seem to get called when I stage my files.
I think I'm missing some more configuration. Can you please provide more details on your instructions for the section "Manually call precommit in each package"?
Thank you very much!