Skip to content

Commit

Permalink
wip: docs: typedoc3
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Dec 11, 2023
1 parent 873ca7b commit 5bb2ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
commands:
- corepack enable
- pnpm i --no-frozen-lockfile --strict-peer-dependencies
- pnpm docs:typedoc2
- pnpm docs:typedoc3
- du -sh ./docs
- mkdir -p /var/www/docs.hack.bg
- cp -r docs /var/www/docs.hack.bg/fadroma~
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"docs:render": "time ensuite/ensuite-render.cli.mjs",
"docs:typedoc": "time typedoc --customCss ./typedoc.css --tsconfig ./tsconfig.json --entryPointStrategy Packages --entryPoints agent --entryPoints connect --entryPoints ensuite --entryPoints ensuite/ganesha --entryPoints ensuite/toolbox --entryPoints .",
"docs:typedoc2": "time typedoc --customCss ./typedoc.css --name Fadroma",
"docs:typedoc3": "time typedoc --customCss ./typedoc.css --name Fadroma fadroma.ts",
"fadroma": "FADROMA_PROJECT=./examples fadroma",
"prepare": "husky install",
"repl": "./fadroma.cli.cjs repl",
Expand Down

0 comments on commit 5bb2ed4

Please sign in to comment.