From 882080cc51b4f74d680f83a5d69ea246021ac6ec Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 20 Feb 2021 16:24:54 +0000 Subject: [PATCH] fix run task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 147f046..ac75653 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ docker-publish: .PHONY: run # Run the application run: - @go run main.go@npm start + @go run main.go .PHONY: ci # Perform CI specific tasks to perform on a pull request ci: