We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413b7ea commit 69e209fCopy full SHA for 69e209f
package.json
@@ -186,6 +186,7 @@
186
"env:cli": "node ./tools/local-env/scripts/docker.js exec --user wp_php cli wp",
187
"env:logs": "node ./tools/local-env/scripts/docker.js logs",
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",
190
"test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.js",
191
"test:php": "node ./tools/local-env/scripts/docker.js run --rm php ./vendor/bin/phpunit",
192
"test:coverage": "npm run test:php -- --coverage-html ./coverage/html/ --coverage-php ./coverage/php/report.php --coverage-text=./coverage/text/report.txt",
0 commit comments