fix: update buf deps

This commit is contained in:
trev 2025-05-14 05:11:19 -04:00
parent db509ffa8a
commit 932d82c1fc

View File

@ -11,6 +11,13 @@ if ! git diff --exit-code flake.lock; then
git commit -m "build(nix): updated nix dependencies"
fi
echo "updating protobuf deps"
buf dep update
if ! git diff --exit-code buf.lock; then
git add buf.lock
git commit -m "build(buf): updated buf dependencies"
fi
echo "updating client"
cd "${git_root}/client"
npm update --save && npm i