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: