forked from trinitrix/core
build(update.sh): Include the language_macros dir in the update
This commit is contained in:
parent
97c7327d54
commit
66bf5e3b6f
|
@ -3,5 +3,11 @@
|
||||||
|
|
||||||
cargo update && cargo upgrade
|
cargo update && cargo upgrade
|
||||||
|
|
||||||
|
cd ./language_macros || (echo "No language_macros directory" && exit 1)
|
||||||
|
|
||||||
|
cargo update && cargo upgrade
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
git add Cargo.lock Cargo.toml flake.lock ./language_macros/Cargo.toml
|
||||||
|
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
|
Loading…
Reference in New Issue