Skip to content

Commit

Permalink
chores(ui): codegen ui
Browse files Browse the repository at this point in the history
Signed-off-by: ashutosh16 <[email protected]>
  • Loading branch information
ashutosh16 committed Nov 8, 2024
1 parent 8073998 commit db2e5e7
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 @@ -278,7 +278,7 @@ codegen-ui: ## Generate the UI API files.
yarn --cwd ${UI_DIR} api:generate

.PHONY: build-ui
build-ui: clean-ui
build-ui: clean-ui codegen-ui
yarn --cwd ${UI_DIR} install
yarn --cwd ${UI_DIR} build

Expand Down

0 comments on commit db2e5e7

Please sign in to comment.