Skip to content

Commit

Permalink
fix(contribution): fix preinstall script that was only required to co…
Browse files Browse the repository at this point in the history
…ntribution and break npm i windows install
  • Loading branch information
FelipeSimoes committed Oct 9, 2023
1 parent a72d6ef commit 5ca1c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ consensus around project direction and issue solutions within issue threads
(when appropriate).

## getting started
1 - Update the git hooks for commit header and pre commit actions

Start by running the follow commands to add hooks to git
```mkdir -p .git && mkdir -p .git/hooks && cp ./hooks/pre-commit ./.git/hooks/pre-commit```
Expand Down

0 comments on commit 5ca1c2a

Please sign in to comment.