mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
build(xtask): ignore the language crate
This commit is contained in:
parent
c801594b85
commit
cd81527b1b
|
|
@ -246,7 +246,9 @@ fn update_crates(
|
|||
cmd.arg("--no-git-commit")
|
||||
.arg("--yes")
|
||||
.arg("--force")
|
||||
.arg("*");
|
||||
.arg("tree-sitter{,-cli,-config,-generate,-loader,-highlight,-tags}")
|
||||
.arg("--ignore-changes")
|
||||
.arg("lib/language/*");
|
||||
|
||||
let status = cmd.status()?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue