Skip to content

Commit 52a37a5

Browse files
committed
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
1 parent ad2ba3e commit 52a37a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"env:cli": "node ./tools/local-env/scripts/docker.js run cli",
177177
"env:logs": "node ./tools/local-env/scripts/docker.js logs",
178178
"env:pull": "node ./tools/local-env/scripts/docker.js pull",
179-
"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",
179+
"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",
180180
"test:e2e": "node ./tests/e2e/run-tests.js",
181181
"test:visual": "node ./tests/visual-regression/run-tests.js",
182182
"sync-gutenberg-packages": "grunt sync-gutenberg-packages",

0 commit comments

Comments
 (0)