🧑💻(makefile) fix mails-clean-templates
Fix the `no rule for mails-clean-templates` error when running `make bootsrap`.
This commit is contained in:
8
Makefile
8
Makefile
@@ -301,9 +301,11 @@ dimail-setup-db:
|
|||||||
|
|
||||||
# -- Mail generator
|
# -- Mail generator
|
||||||
|
|
||||||
mails-remove-templates: ## Remove the generated mail templates
|
mails-clean-templates: ## Clean the generated mail templates directory
|
||||||
rm -Rf "./src/backend/core/templates/mail"
|
@echo "$(BOLD)Cleaning mail templates directory$(RESET)"
|
||||||
.PHONY: mails-remove-templates
|
@rm -rf ./src/backend/core/templates/mail
|
||||||
|
@mkdir -p ./src/backend/core/templates/mail
|
||||||
|
.PHONY: mails-clean-templates
|
||||||
|
|
||||||
mails-build: mails-clean-templates ## Convert mjml files to html and text
|
mails-build: mails-clean-templates ## Convert mjml files to html and text
|
||||||
@$(MAIL_YARN) build
|
@$(MAIL_YARN) build
|
||||||
|
|||||||
Reference in New Issue
Block a user