Skip to content

Commit 1acca63

Browse files
committed
Please github action gods.
1 parent 11acaa8 commit 1acca63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build": "wp-scripts build && npm run i18n:build",
1616
"i18n": "npm run i18n:build",
1717
"i18n:build": "npm run i18n:pot && ./bin/build_i18n.sh",
18-
"i18n:pot": "php -d xdebug.max_nesting_level=512 wp i18n make-pot --exclude=\"node_modules/,languages/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://woocommerce.com/my-account/create-a-ticket/\", \"language-team\":\"LANGUAGE <EMAIL@ADDRESS>\"}' . languages/btcpay-greenfield-for-woocommerce.pot",
19-
"i18n:json": "$(which wp) i18n make-json languages --no-purge",
18+
"i18n:pot": "wp i18n make-pot --exclude=\"node_modules/,languages/,assets/\" --headers='{\"Report-Msgid-Bugs-To\":\"https://woocommerce.com/my-account/create-a-ticket/\", \"language-team\":\"LANGUAGE <EMAIL@ADDRESS>\"}' . languages/btcpay-greenfield-for-woocommerce.pot",
19+
"i18n:json": "wp i18n make-json languages --no-purge",
2020
"check-engines": "wp-scripts check-engines"
2121
}
2222
}

0 commit comments

Comments
 (0)