Skip to content

Commit

Permalink
Fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
asharirfan committed Oct 28, 2022
1 parent 28258c7 commit 8991944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"format": "phpcbf --report=summary,source",
"lint": "phpcs --report=summary,source",
"lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcs.xml --extensions=php .",
"pot": "wp i18n make-pot . build/languages/_s.pot --exclude=node_modules,vendor,build --allow-root"
}
}

0 comments on commit 8991944

Please sign in to comment.