Skip to content

Commit

Permalink
docs: package update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakinWard committed Jan 21, 2024
1 parent 2b2dcfe commit 276357a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ Tests are configured for both unit and integration tests. Unit tests are perform
| [lint-staged](https://www.npmjs.com/package/lint-staged) | Ensure code is linted before committing to branch |
| [validate-branch-name](https://www.npmjs.com/package/validate-branch-name) | Ensures a branch is created before committing to master/main |

## Library updates

To more-easily update packages, use:

```bash
# first, install
npm install -g npm-check-updates

# use ncu
ncu --interactive --format group
```

# Scripts

## Unit tests
Expand Down

0 comments on commit 276357a

Please sign in to comment.