mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 18:28:44 +00:00
Merge #3470
3470: Install node deps during dist r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
31fd10b2a5
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ fn dist_client(nightly: bool) -> Result<()> {
|
|||
}
|
||||
fs2::write(package_json_path, package_json)?;
|
||||
|
||||
run!("npm ci")?;
|
||||
run!("npx vsce package -o ../../dist/rust-analyzer.vsix")?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue