Skip to content

Commit

Permalink
docs: add small descriptions to readme script
Browse files Browse the repository at this point in the history
  • Loading branch information
egenerse committed Dec 17, 2024
1 parent 4ea9d16 commit c1b1a1c
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 @@ -122,11 +122,11 @@ Here are the commonly used scripts defined in the monorepo:
```bash
npm run lint
```
- **Format the project:**
- **Fixes formatting issues :**
```bash
npm run format
```
- **Check formatting of the project:**
- **Checks formatting issues without fixing them :**
```bash
npm run format:check
```
Expand Down

0 comments on commit c1b1a1c

Please sign in to comment.