Przeglądaj źródła

Add run-frontend to Makefile

Kailash Nadh 6 lat temu
rodzic
commit
64043f0d62
1 zmienionych plików z 4 dodań i 0 usunięć
  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