Add run-frontend to Makefile

This commit is contained in:
Kailash Nadh 2019-07-02 13:23:44 +05:30
parent 1caa63b113
commit 64043f0d62
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ build-dist:
run: build
./${BIN}
.PHONY: run-frontend
run-frontend:
cd frontend && yarn start
.PHONY: test
test:
go test