We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4600360 commit 1919c0bCopy full SHA for 1919c0b
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-src.sh",
+ "build-src": "npm run validate-markdown && bash ./scripts/md2html/build.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"
scripts/md2html/build-src.sh
0 commit comments