minor Makefile tweak: run-dev-pds, not run-pds ()

Makefile: run-dev-pds, not run-pds
This commit is contained in:
bnewbold 2023-04-23 10:31:57 -07:00 committed by GitHub
parent 01578bc5eb
commit 6ebf810a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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