mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Merge #2214
2214: Fix snap missing node path r=matklad a=mkucijan #2045 Co-authored-by: mkucijan <mkucijan@gmail.com>
This commit is contained in:
commit
602f11f27b
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
|
||||||
|
|
||||||
Cmd { unix: r"npm ci", windows: r"cmd.exe /c npm.cmd ci", work_dir: "./editors/code" }.run()?;
|
Cmd { unix: r"npm ci", windows: r"cmd.exe /c npm.cmd ci", work_dir: "./editors/code" }.run()?;
|
||||||
Cmd {
|
Cmd {
|
||||||
unix: r"npm run package",
|
unix: r"npm run package --scripts-prepend-node-path",
|
||||||
windows: r"cmd.exe /c npm.cmd run package",
|
windows: r"cmd.exe /c npm.cmd run package",
|
||||||
work_dir: "./editors/code",
|
work_dir: "./editors/code",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue