File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1414 "license" : " Apache-2.0" ,
1515 "scripts" : {
1616 "build" : " bash ./scripts/md2html/build.sh" ,
17+ "build-schemas" : " bash ./scripts/schema-publish.sh" ,
1718 "build-src" : " npm run validate-markdown && bash ./scripts/md2html/build-src.sh" ,
1819 "test" : " c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh" ,
1920 "validate-markdown" : " npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
Original file line number Diff line number Diff line change 77schemaDir=" src/schemas/validation"
88branch=$( git branch --show-current)
99version=${branch: 1: 3}
10- echo $version
10+ echo === Building schemas into ./deploy/oas/ $version
1111
1212# list of schemas to process, dependent schemas come first
1313schemas=(meta.yaml dialect.yaml schema.yaml schema-base.yaml)
@@ -49,3 +49,5 @@ for schema in "${!datesHash[@]}"; do
4949
5050 mv deploy/oas/$version /$base /* .md $target .md
5151done
52+
53+ echo === Built
You can’t perform that action at this time.
0 commit comments