Skip to content

Commit

Permalink
fix: my dev cmd build
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 17, 2024
1 parent 01ffd9d commit 789d360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.
go install github.com/grpc-ecosystem/grpc-gateway/v2/[email protected]

# my dev
go build -trimpath -o $GOPATH/bin/dev ./cmd/dev
go build -trimpath -o $GOPATH/bin/gen-lint ./cmd/gen-lint
go install github.com/ifooth/devcontainer/cmd/dev@latest
go install github.com/ifooth/devcontainer/cmd/gen-lint@latest

# clean cache
rm -rf /opt/go/pkg
Expand Down

0 comments on commit 789d360

Please sign in to comment.