Skip to content

Commit

Permalink
Proper make build-deps in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 2, 2024
1 parent fee7a07 commit 6b1c170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend_addon/{{ cookiecutter.__folder_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install: ## Installs the add-on in a development environment
if [ -d $(GIT_FOLDER) ]; then $(PRE_COMMIT) install; else echo "$(RED) Not installing pre-commit$(RESET)";fi
pnpm dlx mrs-developer missdev --no-config --fetch-https
pnpm i
pnpm build:deps
make build-deps

.PHONY: start
start: ## Starts Volto, allowing reloading of the add-on during development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ help: ## Show this help
install: ## Installs the add-on in a development environment
pnpm dlx mrs-developer missdev --no-config --fetch-https
pnpm i
pnpm build:deps
make build-deps

.PHONY: start
start: ## Starts Volto, allowing reloading of the add-on during development
Expand Down

0 comments on commit 6b1c170

Please sign in to comment.