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 1616 "build" : " bash ./scripts/md2html/build.sh" ,
1717 "build-src" : " npm run validate-markdown && bash ./scripts/md2html/build.sh src && bash ./scripts/schema-publish.sh src" ,
1818 "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"
2121 },
2222 "dependencies" : {
2323 "cheerio" : " ^1.0.0-rc.5" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments