File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 16
16
"build" : " bash ./scripts/md2html/build.sh" ,
17
17
"build-src" : " npm run validate-markdown && bash ./scripts/md2html/build.sh src && bash ./scripts/schema-publish.sh src" ,
18
18
"test" : " c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh" ,
19
- "format-markdown" : " bash ./scripts/format-markdown.sh ./ src/oas.md" ,
20
- "validate-markdown" : " npx markdownlint-cli src/oas.md"
19
+ "format-markdown" : " npx markdownlint-cli2 --config spec.markdownlint.yaml --fix src/oas.md && npx markdownlint-cli2 --fix * .md" ,
20
+ "validate-markdown" : " npx markdownlint-cli2 --config spec.markdownlint.yaml src/oas.md && npx markdownlint-cli2 * .md"
21
21
},
22
22
"dependencies" : {
23
23
"cheerio" : " ^1.0.0-rc.5" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments