fix run task
This commit is contained in:
parent
8b0c3eb963
commit
882080cc51
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ docker-publish:
|
|||||||
|
|
||||||
.PHONY: run # Run the application
|
.PHONY: run # Run the application
|
||||||
run:
|
run:
|
||||||
@go run main.go@npm start
|
@go run main.go
|
||||||
|
|
||||||
.PHONY: ci # Perform CI specific tasks to perform on a pull request
|
.PHONY: ci # Perform CI specific tasks to perform on a pull request
|
||||||
ci:
|
ci:
|
||||||
|
Loading…
Reference in New Issue
Block a user