Skip to content

Commit

Permalink
build into bin dir (and gitignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
holisticode committed Jun 6, 2022
1 parent 87636d7 commit 6df9cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ avalanche-cli
avalanche

dist/
bin/
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ else
VERSION=$1
fi

go build -v -ldflags="-X 'github.com/ava-labs/avalanche-cli/cmd.Version=$VERSION'" -o avalanche
go build -v -ldflags="-X 'github.com/ava-labs/avalanche-cli/cmd.Version=$VERSION'" -o bin/avalanche

0 comments on commit 6df9cb1

Please sign in to comment.