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 a49dcb2 commit eb7b162Copy full SHA for eb7b162
package.json
@@ -14,7 +14,7 @@
14
"license": "Apache-2.0",
15
"scripts": {
16
"build": "bash ./scripts/md2html/build.sh",
17
- "build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh src",
+ "build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh oas",
18
"test": "c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh",
19
"validate-markdown": "npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
20
},
0 commit comments