Skip to content

Commit 166c07b

Browse files
committed
Install node deps during dist
1 parent e15cef7 commit 166c07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/dist.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn dist_client(nightly: bool) -> Result<()> {
3939
}
4040
fs2::write(package_json_path, package_json)?;
4141

42+
run!("npm ci")?;
4243
run!("npx vsce package -o ../../dist/rust-analyzer.vsix")?;
4344
Ok(())
4445
}

0 commit comments

Comments
 (0)