mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Cleanup change to package.json.
[55289] made a change to test running that I was doing locally and is not needed for everyone or forever. Unprops Jorbin. git-svn-id: https://develop.svn.wordpress.org/trunk@55290 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad2ba3ed0d
commit
52a37a5df8
@ -176,7 +176,7 @@
|
||||
"env:cli": "node ./tools/local-env/scripts/docker.js run cli",
|
||||
"env:logs": "node ./tools/local-env/scripts/docker.js logs",
|
||||
"env:pull": "node ./tools/local-env/scripts/docker.js pull",
|
||||
"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 --group formatting",
|
||||
"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",
|
||||
"test:e2e": "node ./tests/e2e/run-tests.js",
|
||||
"test:visual": "node ./tests/visual-regression/run-tests.js",
|
||||
"sync-gutenberg-packages": "grunt sync-gutenberg-packages",
|
||||
|
Loading…
x
Reference in New Issue
Block a user