Skip to content

Commit

Permalink
frontend_addon: Fix ci-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed May 20, 2024
1 parent 7eaf6c8 commit 1f55566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_addon/{{ cookiecutter.__folder_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ i18n: ## Sync i18n

.PHONY: ci-i18n
ci-i18n: ## Check if i18n is not synced
pnpm i18n && git diff -G'^[^\"POT]' --exit-code
pnpm --filter $(ADDON_NAME) i18n && git diff -G'^[^\"POT]' --exit-code

.PHONY: format
format: ## Format codebase
Expand Down

0 comments on commit 1f55566

Please sign in to comment.