Skip to content

Commit 6f20606

Browse files
committed
Remove node_modules and vendor from --exclude
These are excluded by default in `make-pot`.
1 parent a36bf72 commit 6f20606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"i18n-mo": "vendor/bin/wp i18n make-mo ./languages",
7373
"i18n-php": "vendor/bin/wp i18n make-php ./languages",
7474
"i18n-po": "vendor/bin/wp i18n update-po ./languages/wp-module-deactivation.pot ./languages",
75-
"i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --domain=wp-module-deactivation --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests,vendor,node_modules,wordpress",
75+
"i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --domain=wp-module-deactivation --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests,wordpress",
7676
"lint": [
7777
"vendor/bin/phpcs --standard=phpcs.xml -s ."
7878
],

0 commit comments

Comments
 (0)