Skip to content

Commit

Permalink
run setup before php tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Mar 8, 2024
1 parent a206209 commit 9f59c51
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 @@ -51,7 +51,7 @@
"lint:php:fix": "composer run-script format",
"lint:md-docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"test:php": "npm run lint:php && wp-env run cli --env-cwd='wp-content/plugins/create-block-theme' composer run-script test",
"test:php": "npm run test:php:setup && wp-env run cli --env-cwd='wp-content/plugins/create-block-theme' composer run-script test",
"test:php:setup": "wp-env start",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start src/index.js src/plugin-sidebar.js src/wp-org-theme-directory.js",
Expand Down

0 comments on commit 9f59c51

Please sign in to comment.