Ticket #51456: 51456.diff
File 51456.diff, 550 bytes (added by , 5 years ago) |
---|
-
package.json
167 167 "env:logs": "node ./tools/local-env/scripts/docker.js logs", 168 168 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 169 169 "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit", 170 "test:php-composer": "node ./tools/local-env/scripts/docker.js run --rm phpunit php ./vendor/bin/phpunit", 170 171 "test:e2e": "node ./tests/e2e/run-tests.js" 171 172 } 172 173 }