Skip to content

Commit

Permalink
Add note in doc on how to check dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanClementsHax committed Oct 27, 2023
1 parent b7be43f commit c919564
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [Linting](#linting)
- [Testing](#testing)
- [Lighthouse](#lighthouse)
- [Upgrading dependencies](#upgrading-dependencies)
- [Deployment](#deployment)
- [SEO](#seo)
- [Media](#media)
Expand Down Expand Up @@ -67,6 +68,10 @@ Run `npm run test:all` to lint all files, type check, and run jest tests

It is recommended that you get [this](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk/related) extension to help run lighthouse tests

## Upgrading dependencies

Run `npx npm-check -u` to get an interactive shell of everything that can be upgraded.

## Deployment

Deployment is handled by Vercel on merge to the `main` branch
Expand Down

0 comments on commit c919564

Please sign in to comment.