Skip to content

Commit a41a8e4

Browse files
authored
docs: update script names in README (#17432)
1 parent c87db63 commit a41a8e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎docs/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ Once the script finishes building the documentation site, you can visit it at
2525
To update the links data file, run this from the root folder (not the `docs` folder):
2626

2727
```shell
28-
npm run docs:update-links
28+
npm run build:docs:update-links
2929
```
3030

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

3333
```shell
34-
npm run lint:docsjs
34+
npm run lint:docs:js
3535
```
3636

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

3939
```shell
40-
npm run fix:docsjs
40+
npm run lint:fix:docs:js
4141
```
4242

4343
## License

0 commit comments

Comments
 (0)