Skip to content

Commit

Permalink
Add missing make target to dev builds (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Dec 6, 2024
1 parent e039fdb commit 56ffd7d
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 56ffd7d

Please sign in to comment.