File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- run : |
21
21
npm clean-install
22
- npm run docs
23
- npm run docs:json
22
+ npm run v1: docs
23
+ npm run v1: docs:json
24
24
25
25
- name : Publish
26
26
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
dist
3
- docs
4
3
* .log
5
4
6
5
# nyc
Original file line number Diff line number Diff line change 27
27
"test" : " run-s test:db && jest --runInBand" ,
28
28
"test:clean" : " cd test/db && docker-compose down" ,
29
29
"test:db" : " cd test/db && docker-compose down && docker-compose up -d && wait-for-localhost 3000" ,
30
- "docs" : " typedoc --mode file --target ES6 --theme minimal" ,
31
- "docs:json" : " typedoc --json docs/spec.json --mode modules --includeDeclarations --excludeExternals"
30
+ "v1:docs" : " typedoc --mode file --target ES6 --theme minimal --out docs/v1" ,
31
+ "v1:docs:json" : " typedoc --json docs/v1/spec.json --mode modules --includeDeclarations --excludeExternals" ,
32
+ "v2:docs" : " typedoc --mode file --target ES6 --theme minimal --out docs/v2" ,
33
+ "v2:docs:json" : " typedoc --json docs/v2/spec.json --mode modules --includeDeclarations --excludeExternals"
32
34
},
33
35
"dependencies" : {
34
36
"cross-fetch" : " ^3.1.5"
You can’t perform that action at this time.
0 commit comments