Skip to content

Commit

Permalink
perf(general): update make file
Browse files Browse the repository at this point in the history
  • Loading branch information
leisterfrancisco committed Apr 12, 2022
1 parent 2cb3016 commit 213a5f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ ultratestnet:
make stop
make start

phoenixtestnet:
@cat ".env.phoenixtestnet" | sed -e 's/REACT_APP_TAG=dev/REACT_APP_TAG=$(shell git describe --tags `git rev-list --tags --max-count=1`)/g' > ".env"
make stop
make start

local:
@cat ".env.local" | sed -e 's/REACT_APP_TAG=dev/REACT_APP_TAG=$(shell git describe --tags `git rev-list --tags --max-count=1`)/g' > ".env"
make stop
Expand Down

0 comments on commit 213a5f3

Please sign in to comment.