Skip to content

Commit

Permalink
minor Makefile tweak: run-dev-pds, not run-pds (bluesky-social#875)
Browse files Browse the repository at this point in the history
Makefile: run-dev-pds, not run-pds
  • Loading branch information
bnewbold authored Apr 23, 2023
1 parent 01578bc commit 6ebf810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ebf810

Please sign in to comment.