Skip to content

Commit

Permalink
Run npm install just before running typedoc
Browse files Browse the repository at this point in the history
to ensure typing packages are installed.
  • Loading branch information
kateinoigakukun committed Sep 5, 2024
1 parent 269c60c commit 92b40f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/doc.rake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ end

desc "Generate TypeScript documentation"
task :typedoc do
sh "npm install"
mkdir_p "html/npm/@ruby/wasm-wasi"
sh "npx typedoc packages/npm-packages/ruby-wasm-wasi/src/index.ts --sort source-order --out html/npm/@ruby/wasm-wasi"
end
Expand Down

0 comments on commit 92b40f8

Please sign in to comment.