diff --git a/package.json b/package.json
index f84e4eb040..f0ca3fcd6e 100644
|
a
|
b
|
|
| 186 | 186 | "env:cli": "node ./tools/local-env/scripts/docker.js exec --user wp_php cli wp", |
| 187 | 187 | "env:logs": "node ./tools/local-env/scripts/docker.js logs", |
| 188 | 188 | "env:pull": "node ./tools/local-env/scripts/docker.js pull", |
| | 189 | "env:composer": "node ./tools/local-env/scripts/docker.js run -T --rm php composer", |
| 189 | 190 | "test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.js", |
| 190 | 191 | "test:php": "node ./tools/local-env/scripts/docker.js run --rm php ./vendor/bin/phpunit", |
| 191 | 192 | "test:coverage": "npm run test:php -- --coverage-html ./coverage/html/ --coverage-php ./coverage/php/report.php --coverage-text=./coverage/text/report.txt", |