Skip to content

Commit

Permalink
Add yarn.lock file to git (#173)
Browse files Browse the repository at this point in the history
Fixes #170 .
  • Loading branch information
jhugman authored Dec 4, 2024
1 parent 9bba545 commit 66f6e84
Show file tree
Hide file tree
Showing 3 changed files with 1,712 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"source-licenser": "^2.0.6",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.5"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion xtask/src/bootstrap/yarn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Bootstrap for YarnCmd {
let mut cmd = Command::new("yarn");
run_cmd(
cmd.current_dir(repository_root()?)
.arg("--no-lockfile")
.arg("--frozen-lockfile")
.arg("--emoji")
.arg("true"),
)
Expand Down
Loading

0 comments on commit 66f6e84

Please sign in to comment.