Skip to content

Commit 21c582b

Browse files
committed
fixup! Update schema-publish.sh
1 parent 97020f8 commit 21c582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.sh src && bash ./scripts/schema-publish.sh",
17+
"build-src": "npm run validate-markdown && bash ./scripts/md2html/build.sh src && bash ./scripts/schema-publish.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"

0 commit comments

Comments
 (0)