fix run task

This commit is contained in:
Marcus Noble 2021-02-20 16:24:54 +00:00
parent 8b0c3eb963
commit 882080cc51
1 changed files with 1 additions and 1 deletions

View File

@ -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: