Skip to content

Commit

Permalink
Update wp-env composer call.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Jun 28, 2024
1 parent 0d0187e commit 01c763d
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 @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"wp-env": "wp-env",
"setup:tools": "yarn wp-env run composer install",
"setup:tools": "yarn wp-env run cli --env-cwd=wp-content/plugins/wporg-two-factor composer install",
"test": "yarn wp-env run phpunit phpunit -c /var/www/html/wp-content/plugins/wporg-two-factor/phpunit.xml.dist",
"test:js": "yarn workspace wporg-two-factor-settings test:unit",
"lint:js": "yarn workspace wporg-two-factor-settings lint:js"
Expand Down

0 comments on commit 01c763d

Please sign in to comment.