Skip to content

Commit

Permalink
docs: update script names in README (#17432)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 29, 2023
1 parent c87db63 commit a41a8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Expand Up @@ -25,19 +25,19 @@ Once the script finishes building the documentation site, you can visit it at
To update the links data file, run this from the root folder (not the `docs` folder):

```shell
npm run docs:update-links
npm run build:docs:update-links
```

To lint JS files, run this from the root folder (not the `docs` folder):

```shell
npm run lint:docsjs
npm run lint:docs:js
```

To autofix JS files, run this from the root folder (not the `docs` folder):

```shell
npm run fix:docsjs
npm run lint:fix:docs:js
```

## License
Expand Down

0 comments on commit a41a8e4

Please sign in to comment.