Skip to content

Commit 1c14f84

Browse files
committed
Update Scrips in Composer
1 parent 10dc45c commit 1c14f84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@
5757
"wp-cli/i18n-command": "^2.6.3"
5858
},
5959
"scripts": {
60-
"lint": [
61-
"vendor/bin/phpcs . --standard=Newfold"
62-
],
63-
"clean": [
64-
"vendor/bin/phpcbf . --standard=Newfold"
60+
"fix": [
61+
"vendor/bin/phpcbf . --standard=phpcs.xml"
6562
],
6663
"i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-onboarding.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-onboarding/issues\",\"POT-Creation-Date\":\"2024-11-18T07:59:34+00:00\"}' --exclude=assets,tests,src",
6764
"i18n-po": "vendor/bin/wp i18n update-po ./languages/wp-module-onboarding.pot ./languages",
6865
"i18n-mo": "vendor/bin/wp i18n make-mo ./languages",
6966
"i18n-json": "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print",
7067
"i18n": [
71-
"@i18n-pot",
72-
"@i18n-po",
73-
"@i18n-mo"
68+
"@i18n-pot",
69+
"@i18n-po",
70+
"@i18n-mo"
71+
],
72+
"lint": [
73+
"vendor/bin/phpcs . --standard=phpcs.xml"
7474
]
7575
},
7676
"scripts-descriptions": {

0 commit comments

Comments
 (0)