Skip to content

Commit 1919c0b

Browse files
committed
build-src uses build.sh, remove build-src.sh
1 parent 4600360 commit 1919c0b

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"scripts": {
1616
"build": "bash ./scripts/md2html/build.sh",
17-
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build-src.sh",
17+
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh src",
1818
"test": "c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh",
1919
"format-markdown": "bash ./scripts/format-markdown.sh ./src/oas.md",
2020
"validate-markdown": "npx mdv src/oas.md && npx markdownlint-cli src/oas.md"

scripts/md2html/build-src.sh

-26
This file was deleted.

0 commit comments

Comments
 (0)