Skip to content

Commit

Permalink
docs(readme): added watch mode to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
svobik7 committed Oct 7, 2023
1 parent 7e26a29 commit 2a83397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ The requirement is to have English localization served from `/` and Czech from `
```json
{
"scripts": {
"roots": "yarn next-roots"
"roots": "yarn next-roots",
"roots:watch": "yarn next-roots -w"
}
}
```
Expand Down

0 comments on commit 2a83397

Please sign in to comment.