Skip to content

Commit

Permalink
Replace goreman with node-foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Apr 29, 2020
1 parent 08e9ac6 commit 5990a42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -10,7 +10,7 @@ default:
.PHONY: default

dev: check_env
@goreman -f Procfile.dev -b 4533 start
npx foreman -j Procfile.dev -p 4533 start
.PHONY: dev

server: check_go_env
Expand All @@ -37,7 +37,6 @@ testall: check_go_env test
setup:
@which go-bindata || (echo "Installing BinData" && GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...)
@which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex)
@which goreman || (echo "Installing Goreman" && GO111MODULE=off go get -u github.com/mattn/goreman)
go mod download
.PHONY: setup

Expand Down

0 comments on commit 5990a42

Please sign in to comment.