Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Jan 30, 2025
1 parent 4151171 commit e7c295a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"bump:prerelease": "gulp bump --type prerelease",
"zip": "gulp zip",
"wp-env": "wp-env",
"env:start": "wp-env start ",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"test": "npm-run-all lint test:unit",
"env:destroy": "wp-env destroy",
"test": "npm-run-all lint test:unit:php test:e2e",
"test:e2e": "playwright test --config tests/e2e/playwright.config.js",
"test:e2e:ui": "playwright test --config tests/e2e/playwright.config.js --ui",
"pretest:unit:php": "wp-env start",
Expand Down

0 comments on commit e7c295a

Please sign in to comment.