Skip to content

Commit

Permalink
Add composer tests command to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Jun 8, 2023
1 parent c250d42 commit 23aea05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"lint:js:fix": "npm run lint:js -- --fix",
"lint:php": "composer run-script lint",
"lint:php:fix": "composer run-script format",
"test:php": "composer run-script test",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start src/index.js src/plugin-sidebar.js src/wp-org-theme-directory.js",
"update-version": "node update-version-and-changelog.js",
Expand Down

0 comments on commit 23aea05

Please sign in to comment.