Changeset 51685 for trunk/package.json
- Timestamp:
- 08/28/2021 09:16:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r51443 r51685 171 171 "env:logs": "node ./tools/local-env/scripts/docker.js logs", 172 172 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 173 "test:php": "node ./tools/local-env/scripts/docker.js run - -rm phpunit phpunit",174 "test:php-composer": "node ./tools/local-env/scripts/docker.js run - -rm phpunit php ./vendor/bin/phpunit",173 "test:php": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit", 174 "test:php-composer": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run --rm phpunit php ./vendor/bin/phpunit", 175 175 "test:e2e": "node ./tests/e2e/run-tests.js", 176 176 "wp-packages-update": "wp-scripts packages-update"
Note: See TracChangeset
for help on using the changeset viewer.