Skip to content

Commit

Permalink
docs: 📝 add deps:update command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 19, 2023
1 parent aa78142 commit 6d47427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ pnpm format

_you can run `pnpm format:fix` to fix all format errors_

To validate everything, run the following command:
To interactively update dependencies, run the following command:

```
pnpm validate
pnpm deps:update
```

## Recommendations
Expand Down

1 comment on commit 6d47427

@vercel
Copy link

@vercel vercel bot commented on 6d47427 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.