Make WordPress Core

Ticket #63912: 63912-2.diff

File 63912-2.diff, 789 bytes (added by paulbonneau, 7 months ago)

corrected diff for 63912-2.diff

  • package.json

    diff --git a/package.json b/package.json
    index f84e4eb040..f0ca3fcd6e 100644
    a b  
    186186                "env:cli": "node ./tools/local-env/scripts/docker.js exec --user wp_php cli wp",
    187187                "env:logs": "node ./tools/local-env/scripts/docker.js logs",
    188188                "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",
    189190                "test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.js",
    190191                "test:php": "node ./tools/local-env/scripts/docker.js run --rm php ./vendor/bin/phpunit",
    191192                "test:coverage": "npm run test:php -- --coverage-html ./coverage/html/ --coverage-php ./coverage/php/report.php --coverage-text=./coverage/text/report.txt",