Skip to content

Commit

Permalink
ci: fix typedoc output
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 11, 2023
1 parent e21cdfb commit 4673a4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/auth/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./dist/index.d.ts"],
"out": "../../apps/web/static/docs/auth",
"out": "../../apps/web/.svelte-kit/cloudflare/docs/auth",
"tsconfig": "tsconfig.typedoc.json",
"externalPattern": ["**/node_modules/[!svelte]**"],
"exclude": ["**/*+(index|.test|.spec|.e2e).ts"],
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./dist/index.d.ts"],
"out": "../../apps/web/static/docs/i18n",
"out": "../../apps/web/.svelte-kit/cloudflare/docs/i18n",
"tsconfig": "tsconfig.typedoc.json",
"externalPattern": ["**/node_modules/[!svelte]**"],
"exclude": ["**/*+(index|.test|.spec|.e2e).ts"],
Expand Down
2 changes: 1 addition & 1 deletion packages/session/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./dist/index.d.ts"],
"out": "../../apps/web/static/docs/session",
"out": "../../apps/web/.svelte-kit/cloudflare/docs/session",
"tsconfig": "tsconfig.typedoc.json",
"externalPattern": ["**/node_modules/[!svelte]**"],
"exclude": ["**/*+(index|.test|.spec|.e2e).ts"],
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"build:docs": {
"dependsOn": ["build"],
"outputs": ["static/docs/**"]
"outputs": [".svelte-kit/cloudflare/docs/**"]
},
"test": {
"outputs": ["coverage/**"],
Expand Down

0 comments on commit 4673a4c

Please sign in to comment.