Skip to content

Commit

Permalink
add hashira-auth-front in a process of make build
Browse files Browse the repository at this point in the history
  • Loading branch information
pankona committed Oct 9, 2019
1 parent 9df2ec0 commit d14d543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build:
cd $(CURDIR)/cmd/hashirad && $(BUILD_CMD)
cd $(CURDIR)/cmd/hashira-cui && $(BUILD_CMD)
cd $(CURDIR)/cmd/hashira-auth && $(BUILD_CMD)
cd $(CURDIR)/cmd/hashira-auth-front && yarn build

install:
@BUILD_CMD="go install" make build
Expand Down

0 comments on commit d14d543

Please sign in to comment.