Included descriptions for scripts

This commit is contained in:
Claudio Sanches 2020-02-04 17:44:20 -03:00
parent a94746e4aa
commit 24fd993ded
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@
"scripts-description": {
"test": "Run unit tests",
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier",
"makepot-audit": "Generate i18n/langauges/woocommerce.pot file and run audit",
"makepot": "Generate i18n/langauges/woocommerce.pot file"
}
}
}