Skip to content

Commit

Permalink
Merge pull request #4369 from ralfhandl/dev-one-spec-build-script
Browse files Browse the repository at this point in the history
dev: use common spec build script for building from src/oas.md
  • Loading branch information
lornajane authored Feb 20, 2025
2 parents 4600360 + 1919c0b commit 35b2333
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"scripts": {
"build": "bash ./scripts/md2html/build.sh",
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build-src.sh",
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh src",
"test": "c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh",
"format-markdown": "bash ./scripts/format-markdown.sh ./src/oas.md",
"validate-markdown": "npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
Expand Down
26 changes: 0 additions & 26 deletions scripts/md2html/build-src.sh

This file was deleted.

0 comments on commit 35b2333

Please sign in to comment.