Skip to content

Commit

Permalink
Add an npm task to run WP Coding Standards using a MS Windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Apr 9, 2020
1 parent e387c9f commit a1ab4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"scripts": {
"wpcs": "./vendor/bin/phpcs class-bp-beta-tester.php inc/*.php --standard=WordPress",
"win:wpcs": ".\\vendor\\bin\\phpcs class-bp-beta-tester.php .\\inc --extensions=php --standard=WordPress",
"pot": "wp i18n make-pot . languages/bp-beta-tester.pot --headers='{\"Report-Msgid-Bugs-To\": \"https://github.com/buddypress/bp-beta-tester/issues\", \"Last-Translator\": \"imath <[email protected]>\", \"Language-Team\": \"ENGLISH\"}'"
},
"keywords": [
Expand Down

0 comments on commit a1ab4a8

Please sign in to comment.