Skip to content

Commit

Permalink
Add missing make target to dev builds (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Caponetto <[email protected]>
  • Loading branch information
caponetto committed Jan 2, 2025
1 parent 08162f7 commit 0b29bbd
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 @@ -156,7 +156,7 @@ build-ui-dev: ## Build UI packages for development

package-ui-prod: build-dependencies yarn-install lint-ui build-ui-prod ## Package UI for production

package-ui-dev: dev-dependencies yarn-install dev-link lint-ui build-ui-dev ## Package UI for development
package-ui-dev: build-dependencies dev-dependencies yarn-install dev-link lint-ui build-ui-dev ## Package UI for development

build-server: # Build backend
$(PYTHON) -m build
Expand Down

0 comments on commit 0b29bbd

Please sign in to comment.