Allow generate pot as a root user

This commit is contained in:
Claudio Sanches 2020-04-27 20:08:08 -03:00
parent 5f0badbdf7
commit 7750a44da0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
"phpcbf -p"
],
"makepot-audit": [
"wp i18n make-pot . --exclude=\".github,.wordpress-org,bin,sample-data,node_modules,tests\" --slug=woocommerce"
"wp --allow-root i18n make-pot . --exclude=\".github,.wordpress-org,bin,sample-data,node_modules,tests\" --slug=woocommerce"
],
"makepot": [
"@makepot-audit --skip-audit"