瀏覽代碼

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