Skip to content

Commit

Permalink
Add run-frontend to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jul 2, 2019
1 parent 1caa63b commit 64043f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -29,6 +29,10 @@ build-dist:
run: build
./${BIN}

.PHONY: run-frontend
run-frontend:
cd frontend && yarn start

.PHONY: test
test:
go test
Expand Down

0 comments on commit 64043f0

Please sign in to comment.