mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
add scripts
This commit is contained in:
parent
d5ae8054d2
commit
157cb23fa3
1 changed files with 13 additions and 0 deletions
|
@ -34,6 +34,19 @@
|
||||||
"post": "bin/readme/overview-body.md"
|
"post": "bin/readme/overview-body.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"lint": "run-linter-tests",
|
||||||
|
"phpcs": "run-phpcs-tests",
|
||||||
|
"phpunit": "run-php-unit-tests",
|
||||||
|
"behat": "run-behat-tests",
|
||||||
|
"prepare-tests": "install-package-tests",
|
||||||
|
"test": [
|
||||||
|
"@lint",
|
||||||
|
"@phpcs",
|
||||||
|
"@phpunit",
|
||||||
|
"@behat"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue