Skip to content

Commit

Permalink
add broken link detection to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barriebyron authored Dec 4, 2023
1 parent 24b0fe5 commit a1f3a20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ npm install
npm run dev
```

The `npm run dev` command does not run with broken link detection.

## Debugging build errors

If you need to debug Vercel CI failures, you can gather more information on your local build:
To build the site with broken link detection and to debug Vercel CI failures, you can gather more information on your local build:

```sh
npm run build
Expand Down

0 comments on commit a1f3a20

Please sign in to comment.