Improve scripts

This commit is contained in:
世界
2022-01-23 19:36:39 +08:00
parent 3c27a387a1
commit 65e791b33f
2 changed files with 6 additions and 5 deletions

View File

@@ -10,8 +10,4 @@ git fetch origin main || exit 1
git reset origin/main --hard
popd
rm -rf app/build/extracted-include-protos \
library/proto/build \
library/proto-stub/build
git add .
git add .

5
bin/update_pb.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
rm -rf app/build/extracted-include-protos \
library/proto/build \
library/proto-stub/build