Skip to content

Commit

Permalink
Makefile: run code formatting after codegen (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold authored Sep 25, 2023
1 parent 3ea11a1 commit caef7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ codegen: ## Re-generate packages from lexicon/ files
cd packages/api; pnpm run codegen
cd packages/pds; pnpm run codegen
cd packages/bsky; pnpm run codegen
# clean up codegen output
pnpm format

.PHONY: lint
lint: ## Run style checks and verify syntax
Expand Down

0 comments on commit caef7c1

Please sign in to comment.