Skip to content

Commit 83f1b59

Browse files
Merge branch 'master' of github.com:rtCamp/blank-theme into enhancement/add-dependent-bot-and-update-packages
2 parents 6405398 + f769609 commit 83f1b59

File tree

5 files changed

+853
-240
lines changed

5 files changed

+853
-240
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
1313
"phpcompatibility/phpcompatibility-wp": "^2.1",
1414
"sirbrillig/phpcs-variable-analysis": "^2.8",
15-
"wp-coding-standards/wpcs": "^2.3"
15+
"wp-coding-standards/wpcs": "^2.3",
16+
"wp-cli/i18n-command": "^2.6"
1617
},
1718
"config": {
1819
"discard-changes": true,
@@ -25,6 +26,7 @@
2526
"prefer-stable": true,
2627
"scripts": {
2728
"phpcbf": "phpcbf",
28-
"phpcs": "phpcs"
29+
"phpcs": "phpcs",
30+
"pot": "wp i18n make-pot . ./languages/blank-theme.pot --domain=blank-theme --package-name=\"Blank Theme\" --skip-theme-json"
2931
}
3032
}

0 commit comments

Comments
 (0)