Skip to content

Commit

Permalink
Tools: Update test command to use new server name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 26, 2024
1 parent 5a4d7c1 commit 51b8e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"setup:tools": "yarn install && composer install && TEXTDOMAIN=wporg composer exec update-configs",
"update:tools": "composer update && TEXTDOMAIN=wporg composer exec update-configs",
"wp-env": "wp-env",
"test:php": "wp-env run phpunit 'phpunit -c /var/www/html/phpunit.xml.dist --verbose'"
"test:php": "wp-env run tests-cli 'phpunit -c /var/www/html/phpunit.xml.dist --verbose'"
},
"rtlcssConfig": {},
"stylelint": {
Expand Down

0 comments on commit 51b8e39

Please sign in to comment.