From 64043f0d62a9427b25bc2548dc7c4c7bdbce445b Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Tue, 2 Jul 2019 13:23:44 +0530 Subject: [PATCH] Add run-frontend to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 97150f796..bac4c0746 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,10 @@ build-dist: run: build ./${BIN} +.PHONY: run-frontend +run-frontend: + cd frontend && yarn start + .PHONY: test test: go test