Skip to content

Commit fc2da3c

Browse files
committed
docs: update nodejs script for formatting the documentation to be the correct npm run fmt from the package, as the npm run format does not exist
``` ❯ npm run format npm error Missing script: "format" npm error npm error To see a list of scripts, run: npm error npm run ❯ npm run Scripts available in undefined via `npm run-script`: fmt prettier --write '.vitepress/{config,navbars,sidebars}.ts' '.vitepress/theme/**/*' dev vitepress dev build vitepress build preview vitepress preview ```
1 parent fc18fde commit fc2da3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contribute/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npm run dev
5050
Format the code before committing:
5151

5252
```shell
53-
npm run format
53+
npm run fmt
5454
```
5555

5656
## Pull Requests, Releases & Conventional Commits

0 commit comments

Comments
 (0)