We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4709f40 commit f8b4febCopy full SHA for f8b4feb
package.json
@@ -17,7 +17,7 @@
17
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh src && bash ./scripts/schema-publish.sh src",
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 mdv src/oas.md && npx markdownlint-cli src/oas.md"
+ "validate-markdown": "npx markdownlint-cli src/oas.md"
21
},
22
"dependencies": {
23
"cheerio": "^1.0.0-rc.5",
0 commit comments