mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Install node deps during dist
This commit is contained in:
parent
e15cef70db
commit
166c07b28d
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)?;
|
fs2::write(package_json_path, package_json)?;
|
||||||
|
|
||||||
|
run!("npm ci")?;
|
||||||
run!("npx vsce package -o ../../dist/rust-analyzer.vsix")?;
|
run!("npx vsce package -o ../../dist/rust-analyzer.vsix")?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue