Skip to content

Commit 895480b

Browse files
committed
Add test and i18n convenience aliases to volto domains
1 parent e97045d commit 895480b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/mxmake/topics/volto/i18n.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ volto-ci-i18n: $(VOLTO_TARGET)
2323
@echo "Check Volto i18n sync"
2424
@pnpm --filter $(VOLTO_ADDON_NAME) i18n && \
2525
git diff -G'^[^"POT]' --exit-code
26+
27+
.PHONY: i18n
28+
i18n: volto-i18n

src/mxmake/topics/volto/test.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ volto-ci-test: $(VOLTO_TARGET)
3030
pnpm --filter @plone/volto i18n
3131
@CI=1 RAZZLE_JEST_CONFIG=$(CURRENT_DIR)/jest-addon.config.js \
3232
pnpm run --filter @plone/volto test --passWithNoTests
33+
34+
.PHONY: test
35+
test: volto-test

0 commit comments

Comments
 (0)