File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4242 "phpstan" : " vendor/bin/phpstan analyse --memory-limit=2048M" ,
4343 "phpstan-baseline" : " vendor/bin/phpstan analyse --generate-baseline --memory-limit=2048M" ,
4444 "phpcs" : " vendor/bin/phpcs -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')" ,
45- "phpcbf" : " vendor/bin/phpcbf -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')"
45+ "phpcbf" : " vendor/bin/phpcbf -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')" ,
46+ "zip" : " mkdir -p build && zip -X -r build/knowledgebase.zip . -x '*.git*' 'node_modules/*' '.*' '*/.git*' '*/.DS_Store' 'CODE_OF_CONDUCT.md' 'CONTRIBUTING.md' 'ISSUE_TEMPLATE.md' 'PULL_REQUEST_TEMPLATE.md' '*.dist' '*.yml' '*.neon' 'composer.*' 'package.json' 'dev-helpers**' 'build**' 'wporg-assets**' 'phpunit**'"
4647 }
4748}
You can’t perform that action at this time.
0 commit comments