mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-07-01 02:15:00 +08:00
Improve scripts
This commit is contained in:
@@ -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
5
bin/update_pb.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf app/build/extracted-include-protos \
|
||||
library/proto/build \
|
||||
library/proto-stub/build
|
||||
Reference in New Issue
Block a user