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.
2 parents 0980f61 + 78320b6 commit 4600360Copy full SHA for 4600360
package.json
@@ -16,6 +16,7 @@
16
"build": "bash ./scripts/md2html/build.sh",
17
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build-src.sh",
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"
21
},
22
"readmeFilename": "README.md",
0 commit comments