mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 08:39:02 +08:00
14 lines
748 B
JSON
14 lines
748 B
JSON
{
|
|
"devDependencies": {
|
|
"@wordpress/env": "^10.22.0"
|
|
},
|
|
"scripts": {
|
|
"env": "wp-env",
|
|
"test:php:install-deps": "wp-env run tests-cli --env-cwd=wp-content/plugins/plugin composer install",
|
|
"test:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/plugin composer run test",
|
|
"test:php:multisite": "wp-env run tests-cli --env-cwd=wp-content/plugins/plugin composer run test:multisite",
|
|
"coverage:php:single": "wp-env run tests-cli --env-cwd=wp-content/plugins/plugin composer run coverage:single",
|
|
"coverage:php:multisite": "wp-env run tests-cli --env-cwd=wp-content/plugins/plugin composer run coverage:multisite",
|
|
"coverage:php:full": "wp-env run tests-cli --env-cwd=wp-content/plugins/plugin composer run coverage:full"
|
|
}
|
|
}
|