Skip to content

Commit

Permalink
makefile: fix 'logged' variant of run env (bluesky-social#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold authored Oct 10, 2023
1 parent 4bf61c5 commit 112b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run-dev-env: ## Run a "development environment" shell
cd packages/dev-env; pnpm run start

.PHONY: run-dev-env-logged
run-dev-env: ## Run a "development environment" shell
run-dev-env-logged: ## Run a "development environment" shell (with logging)
LOG_ENABLED=true cd packages/dev-env; pnpm run start | pnpm exec pino-pretty

.PHONY: codegen
Expand Down

0 comments on commit 112b1fe

Please sign in to comment.