From 484f48281dbf25c8d27f78f3ad52b643226572c0 Mon Sep 17 00:00:00 2001 From: Leo Ribeiro Date: Wed, 7 Feb 2024 15:46:04 -0500 Subject: [PATCH] Add dids package to the build --- .github/workflows/docs-ci.yml | 4 ++++ scripts/tbdocs-check-local.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index ca0a05279..d6e13c307 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -52,6 +52,10 @@ jobs: docsReporter: typedoc docsGenerator: typedoc-html readmeFile: packages/crypto-aws-kms/README.md + - file: packages/dids/src/index.ts + docsReporter: typedoc + docsGenerator: typedoc-html + readmeFile: packages/dids/README.md - name: Save Artifacts uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3 diff --git a/scripts/tbdocs-check-local.sh b/scripts/tbdocs-check-local.sh index d02bf5bce..ddd7b1ba5 100755 --- a/scripts/tbdocs-check-local.sh +++ b/scripts/tbdocs-check-local.sh @@ -20,6 +20,10 @@ INPUT_ENTRY_POINTS=" docsReporter: typedoc docsGenerator: typedoc-html readmeFile: packages/crypto-aws-kms/README.md +- file: packages/dids/src/index.ts + docsReporter: typedoc + docsGenerator: typedoc-html + readmeFile: packages/dids/README.md " # Default docker image