File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
cache : npm
15
15
- run : npm ci
16
16
- run : npm run lint
17
- - run : npm run build-all
17
+ - run : npm run build -- specs
18
18
19
19
specs-ietf :
20
20
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Labels are assigned based on [Sensible Github Labels](https://github.com/Releque
25
25
## Authoring and Building
26
26
27
27
### Specification
28
- To build the spec files to HTML from the Markdown sources, run `npm run
29
- build-all ` . You can also build each individually with ` npm run build --
28
+ To build all the spec files to HTML from the Markdown sources, run `npm run
29
+ build -- specs ` . You can also build each individually with ` npm run build --
30
30
specs/filename.md` (Example: ` npm run build -- specs/jsonschema-core.md`). You
31
31
can also use wildcards to build multiple specs at the same time: `npm run build
32
32
-- specs/jsonschema-* .md` . The HTML files will be available in the ` web` folder.
Original file line number Diff line number Diff line change 6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
8
"lint" : " eslint . ; remark --no-stdout --frail specs/" ,
9
- "build-all" : " remark --rc-path specs/.remarkrc-build.js --output web/ specs/" ,
10
9
"build" : " remark --rc-path specs/.remarkrc-build.js --output web/"
11
10
},
12
11
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments