mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Add '--scripts-prepend-node-pat' to npm run package
This commit is contained in:
parent
f742803c6a
commit
d67157c0f1
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…
Reference in a new issue