File tree Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : Build Docs
4242 shell : bash
43- run : ./scripts/build-doc.sh ${{ inputs.workspace_path }}
43+ run : yarn workspace ${{ inputs.workspace_path }} doc
Original file line number Diff line number Diff line change 2525 " dist"
2626 ],
2727 "scripts" : {
28- "doc" : " ../../../scripts/build-doc.sh . " ,
28+ "doc" : " npx typedoc --entryPointStrategy resolve src/index.ts " ,
2929 "build" : " rollup -c rollup.config.js" ,
3030 "clean" : " rimraf dist" ,
3131 "tsw" : " yarn tsc --watch" ,
Original file line number Diff line number Diff line change 2626 " dist"
2727 ],
2828 "scripts" : {
29- "doc" : " ../../../scripts/build-doc.sh . " ,
29+ "doc" : " npx typedoc --entryPointStrategy resolve src/index.ts " ,
3030 "build" : " rollup -c rollup.config.js" ,
3131 "clean" : " rimraf dist" ,
3232 "tsw" : " yarn tsc --watch" ,
Original file line number Diff line number Diff line change 1919 " client"
2020 ],
2121 "scripts" : {
22+ "doc" : " ../../../scripts/build-doc.sh ." ,
2223 "clean" : " npx tsc --build --clean" ,
2324 "//" : " We run the tests in-band because the FS tests work best sequential." ,
2425 "test" : " npx jest --ci --runInBand" ,
Original file line number Diff line number Diff line change 1919 " client"
2020 ],
2121 "scripts" : {
22+ "doc" : " ../../../scripts/build-doc.sh ." ,
2223 "test" : " npx jest --ci" ,
2324 "build" : " npx tsc" ,
2425 "clean" : " npx tsc --build --clean" ,
Original file line number Diff line number Diff line change 1919 " client"
2020 ],
2121 "scripts" : {
22+ "doc" : " ../../../scripts/build-doc.sh ." ,
2223 "test" : " npx jest --ci" ,
2324 "build" : " npx tsc" ,
2425 "clean" : " npx tsc --build --clean" ,
You can’t perform that action at this time.
0 commit comments