Skip to content

Commit 92b40f8

Browse files
Run npm install just before running typedoc
to ensure typing packages are installed.
1 parent 269c60c commit 92b40f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rakelib/doc.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ end
1414

1515
desc "Generate TypeScript documentation"
1616
task :typedoc do
17+
sh "npm install"
1718
mkdir_p "html/npm/@ruby/wasm-wasi"
1819
sh "npx typedoc packages/npm-packages/ruby-wasm-wasi/src/index.ts --sort source-order --out html/npm/@ruby/wasm-wasi"
1920
end

0 commit comments

Comments
 (0)