CI: install typedoc package with workspace flag

pnpm refuses to install package into workspace unless the
"--workspace-root" flag is present.
This commit is contained in:
Devan Carpenter 2023-07-17 12:37:10 -04:00
parent 0a12dac40b
commit aef994de3a
No known key found for this signature in database
GPG Key ID: 83820B466275A65C

View File

@ -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 \