gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/02: CI: install typedoc package with workspace fl


From: gnunet
Subject: [taler-wallet-core] 02/02: CI: install typedoc package with workspace flag
Date: Mon, 17 Jul 2023 23:09:38 +0200

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository wallet-core.

commit aef994de3a9b5eb497968ecad510a348bc0f9a04
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jul 17 12:37:10 2023 -0400

    CI: install typedoc package with workspace flag
    
    pnpm refuses to install package into workspace unless the
    "--workspace-root" flag is present.
---
 ci/jobs/2-docs/docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jobs/2-docs/docs.sh b/ci/jobs/2-docs/docs.sh
index f2208b2f9..fed198fba 100755
--- a/ci/jobs/2-docs/docs.sh
+++ b/ci/jobs/2-docs/docs.sh
@@ -5,7 +5,7 @@ set -exuo pipefail
 ./configure
 make
 
-pnpm install typedoc
+pnpm install --workspace-root typedoc
 ./node_modules/typedoc/bin/typedoc \
                     --out dist/typedoc \
                     --tsconfig tsconfig.build.json \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]