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:
parent
0a12dac40b
commit
aef994de3a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user