mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 08:50:35 +08:00
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com> Signed-off-by: Colin Stewart <79332690+costdev@users.noreply.github.com> Co-authored-by: Andy Fragen <andy@thefragens.com>
16 lines
924 B
JSON
16 lines
924 B
JSON
{
|
|
"devDependencies": {
|
|
"@wordpress/env": "^10.22.0"
|
|
},
|
|
"scripts": {
|
|
"env": "wp-env",
|
|
"lint:php": "wp-env run cli --env-cwd=wp-content/plugins/plugin composer run lint",
|
|
"format:php": "wp-env run cli --env-cwd=wp-content/plugins/plugin composer run format",
|
|
"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"
|
|
}
|
|
}
|