Skip to content

Commit

Permalink
Bump up @wordpress/env, updated test:php command
Browse files Browse the repository at this point in the history
  • Loading branch information
mehigh committed Jun 26, 2024
1 parent 507a6dc commit ee4313e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 18 deletions.
58 changes: 42 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@wordpress/dependency-extraction-webpack-plugin": "^4.27.0",
"@wordpress/env": "^5.7.0",
"@wordpress/env": "^9.3.1",
"@wordpress/scripts": "^22.5.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
Expand All @@ -58,7 +58,7 @@
"format:php": "composer lint-fix",
"test": "npm-run-all test:*",
"test:js": "wp-scripts test-unit-js ./js/src",
"test:php": "wp-env run tests-cli 'bash -c \"cd wp-content/plugins/site-performance-tracker && vendor/bin/phpunit\"'",
"test:php": "wp-env run tests-cli --env-cwd=/var/www/html/wp-content/plugins/site-performance-tracker/ vendor/bin/phpunit",
"release": "npm-run-all build zip",
"zip": "gulp zip"
},
Expand Down

0 comments on commit ee4313e

Please sign in to comment.