Skip to content

Commit

Permalink
more sensible name for npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tharsheblows committed Jul 18, 2024
1 parent 11f8904 commit f9a22f5
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 @@ -47,7 +47,7 @@
"test": "npm-run-all test:*",
"test:php": "npm run cli -- composer test --working-dir=wp-content/plugins/stream-src",
"test:php-multisite": "npm run cli -- composer test-multisite --working-dir=wp-content/plugins/stream-src",
"test:php:one": "npm run cli -- composer test-one --working-dir=wp-content/plugins/stream-src --",
"test:php-one": "npm run cli -- composer test-one --working-dir=wp-content/plugins/stream-src --",
"test-report": "npm run cli -- composer test-report --working-dir=wp-content/plugins/stream-src",
"build-containers": "docker compose --file docker-compose.build.yml build",
"push-containers": "docker compose --file docker-compose.build.yml push",
Expand Down

0 comments on commit f9a22f5

Please sign in to comment.