mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Avoid updating package-lock.json when building Zed
This commit is contained in:
parent
18ab883590
commit
ba1124ee44
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ fn main() {
|
|||
|
||||
let output = Command::new("npm")
|
||||
.current_dir("../../styles")
|
||||
.args(["install"])
|
||||
.args(["install", "--no-save"])
|
||||
.output()
|
||||
.expect("failed to run npm");
|
||||
if !output.status.success() {
|
||||
|
|
Loading…
Reference in a new issue