You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -94,3 +94,4 @@ When a Git hook is triggered, Git Hooks executes hooks in the following order:
4. Standard Git hook in `$GIT_DIR/hooks/<hook-name>`
This order ensures that you can have a cascading set of hooks, from the most global to the most specific, with Husky integration for projects that use it.