Commit fc2da3c
committed
docs: update nodejs script for formatting the documentation to be the correct
```
❯ 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
```npm run fmt from the package, as the npm run format does not exist1 parent fc18fde commit fc2da3c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments