Skip to content

Commit

Permalink
Fix run-dev-env-logged command (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Aug 5, 2024
1 parent c007e93 commit 8d99b32
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 @@ -24,7 +24,7 @@ run-dev-env: ## Run a "development environment" shell

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

.PHONY: codegen
codegen: ## Re-generate packages from lexicon/ files
Expand Down

0 comments on commit 8d99b32

Please sign in to comment.