File tree Expand file tree Collapse file tree 4 files changed +296
-9
lines changed
Expand file tree Collapse file tree 4 files changed +296
-9
lines changed Original file line number Diff line number Diff line change 3030 - name : Install Dependencies
3131 run : pnpm install --frozen-lockfile
3232 - name : Build Site
33- run : pnpm build: docs
33+ run : pnpm docs:build
3434 - name : Upload Artifact
3535 uses : actions/upload-pages-artifact@v3
3636 with :
Original file line number Diff line number Diff line change 2121 ],
2222 "scripts" : {
2323 "build" : " rm -rf dist && tsc -b tsconfig.build.json" ,
24- "build:docs" : " typedoc" ,
24+ "docs:build" : " typedoc" ,
25+ "docs:dev" : " concurrently \" typedoc --watch\" \" http-server docs -c-1\" " ,
2526 "format" : " prettier --write src" ,
2627 "lint" : " tsc --noEmit && eslint --fix src" ,
2728 "prepare" : " husky" ,
3940 "@douglasneuroinformatics/tsconfig" : " ^1.0.2" ,
4041 "@types/node" : " 22.x" ,
4142 "@vitest/coverage-v8" : " ^3.0.5" ,
43+ "concurrently" : " ^9.1.2" ,
4244 "eslint" : " ^9.20.1" ,
45+ "http-server" : " ^14.1.1" ,
4346 "husky" : " ^9.1.7" ,
4447 "prettier" : " ^3.5.0" ,
45- "typedoc" : " ^0.27.7" ,
48+ "typedoc" : " ^0.27.8" ,
49+ "typedoc-material-theme" : " ^1.3.0" ,
50+ "typedoc-plugin-zod" : " ^1.3.1" ,
4651 "typescript" : " 5.6.x" ,
4752 "vitest" : " ^3.0.5"
4853 },
You can’t perform that action at this time.
0 commit comments