-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5808bc
commit f2e3372
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Stash unstaged changes | ||
git stash --keep-index --include-untracked | ||
# # Stash unstaged changes | ||
# git stash --keep-index --include-untracked | ||
|
||
# Regenerate the proto files | ||
task proto:all | ||
# # Regenerate the proto files | ||
# task proto:all | ||
|
||
# Add only the generated .pb.go files | ||
find . -name "*.pb.go" -exec git add {} + | ||
# # Add only the generated .pb.go files | ||
# find . -name "*.pb.go" -exec git add {} + | ||
|
||
# Restore stashed changes | ||
git stash pop | ||
# # Restore stashed changes | ||
# git stash pop | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
golang 1.22.2 | ||
task 3.35.1 | ||
protoc 25.3 | ||
protoc-gen-go-grpc 1.3.0 | ||
protoc-gen-go 1.29.0 | ||
protoc-gen-go-grpc 1.5.1 | ||
protoc-gen-go 1.34.2 | ||
nodejs 20.13.1 | ||
pnpm 9.6.0 |