浏览代码

Add run-frontend to Makefile

Kailash Nadh 6 年之前
父节点
当前提交
64043f0d62
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Makefile

+ 4 - 0
Makefile

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