minor Makefile tweak: run-dev-pds, not run-pds (#875)
Makefile: run-dev-pds, not run-pds
This commit is contained in:
parent
01578bc5eb
commit
6ebf810a48
4
Makefile
4
Makefile
@ -22,8 +22,8 @@ test: ## Run all tests
|
||||
run-dev-env: ## Run a "development environment" shell
|
||||
cd packages/dev-env; yarn run start
|
||||
|
||||
.PHONY: run-pds
|
||||
run-pds: ## Run PDS locally
|
||||
.PHONY: run-dev-pds
|
||||
run-dev-pds: ## Run PDS locally
|
||||
if [ ! -f "packages/pds/.dev.env" ]; then cp packages/pds/example.dev.env packages/pds/.dev.env; fi
|
||||
cd packages/pds; ENV=dev yarn run start | yarn exec pino-pretty
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user