Skip to content

Commit

Permalink
fix:Add linting step to make ui for consistent code quality (solved a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindslayer001 committed Dec 31, 2024
1 parent 9b046e6 commit a5cc570
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 @@ -48,7 +48,7 @@ install-ui-packages:
@corepack prepare [email protected] --activate

ui:
@cd ui && pnpm pre-install && pnpm build && cd -
@cd ui && pnpm pre-install && pnpm build && npm run lint && cd -

lint: generate
@bash ./script/check-asf-header.sh
Expand Down

0 comments on commit a5cc570

Please sign in to comment.