Skip to content

Commit

Permalink
#97 > update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Oct 9, 2023
1 parent ee21faa commit 951163c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Start by filing an issue. The existing committers on this project work to reach
consensus around project direction and issue solutions within issue threads
(when appropriate).

## getting started

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```

## Automated Release

### Release
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"scripts": {
"clean": "rm -rf ./test/dist",
"contribute": "mkdir -p .git && mkdir -p .git/hooks && cp ./hooks/pre-commit ./.git/hooks/pre-commit",
"test": "npm run clean && jest --coverage=true"
},
"keywords": [
Expand Down

0 comments on commit 951163c

Please sign in to comment.