Changeset 51868 for trunk/package.json
- Timestamp:
- 09/24/2021 04:54:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r51719 r51868 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 -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", 173 "test:php": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit", 175 174 "test:e2e": "node ./tests/e2e/run-tests.js", 176 175 "wp-packages-update": "wp-scripts packages-update"
Note: See TracChangeset
for help on using the changeset viewer.