diff options
| author | Sebastian <sebasjm@gmail.com> | 2023-09-12 11:02:33 -0300 | 
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2023-09-12 11:18:03 -0300 | 
| commit | 6b00da518ecb191c7b49ccb98d3771881bf0e4b8 (patch) | |
| tree | 5ea27a7ba92cf5951497f14af562fefcde3f601e /ci | |
| parent | d96d468f629e2ad761e90d23e792b386d48a2d21 (diff) | |
use typedoc from pnpm config
Signed-off-by: Sebastian <sebasjm@gmail.com>
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/jobs/2-docs/docs.sh | 9 | 
1 files changed, 1 insertions, 8 deletions
diff --git a/ci/jobs/2-docs/docs.sh b/ci/jobs/2-docs/docs.sh index fed198fba..ee6abc2ac 100755 --- a/ci/jobs/2-docs/docs.sh +++ b/ci/jobs/2-docs/docs.sh @@ -5,11 +5,4 @@ set -exuo pipefail  ./configure  make -pnpm install --workspace-root typedoc -./node_modules/typedoc/bin/typedoc \ -                    --out dist/typedoc \ -                    --tsconfig tsconfig.build.json \ -		               packages/taler-util/src/index.ts \ -		               packages/taler-wallet-cli/src/index.ts \ -		               packages/taler-wallet-android/src/index.ts \ -		               packages/taler-wallet-core/src/index.ts +pnpm run typedoc  | 
