Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

husky-pre-commit.md

File metadata and controls

14 lines (10 loc) · 412 Bytes

Husky pre-commit actions

Assuming that the Git hooks specified by this repository have been installed, the Husky package will execute the following actions prior to every call to git commit:

{! ../.husky/pre-commit extract: { start: list } !}

(Direct link to the Husky pre-commit script.)