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 14
14
"license" : " Apache-2.0" ,
15
15
"scripts" : {
16
16
"build" : " bash ./scripts/md2html/build.sh" ,
17
+ "build-schemas" : " bash ./scripts/schema-publish.sh" ,
17
18
"build-src" : " npm run validate-markdown && bash ./scripts/md2html/build-src.sh" ,
18
19
"test" : " c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh" ,
19
20
"validate-markdown" : " npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
Original file line number Diff line number Diff line change 7
7
schemaDir=" src/schemas/validation"
8
8
branch=$( git branch --show-current)
9
9
version=${branch: 1: 3}
10
- echo $version
10
+ echo === Building schemas into ./deploy/oas/ $version
11
11
12
12
# list of schemas to process, dependent schemas come first
13
13
schemas=(meta.yaml dialect.yaml schema.yaml schema-base.yaml)
@@ -49,3 +49,5 @@ for schema in "${!datesHash[@]}"; do
49
49
50
50
mv deploy/oas/$version /$base /* .md $target .md
51
51
done
52
+
53
+ echo === Built
You can’t perform that action at this time.
0 commit comments