Fix code quality issues and GitHub Actions workflows
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"test:multisite:headless": "cypress run --config specPattern=cypress/e2e/multisite.cy.js",
|
||||
"test:e2e:single": "npm run setup:single && sleep 5 && npm run test:single:headless",
|
||||
"test:e2e:multisite": "npm run setup:multisite && sleep 5 && npm run test:multisite:headless",
|
||||
"test:playground:single": "cypress run --config specPattern=cypress/e2e/single-site.cy.js",
|
||||
"test:playground:multisite": "cypress run --config specPattern=cypress/e2e/multisite.cy.js",
|
||||
"test:playground:single": "cypress run --spec cypress/e2e/playground-single-site.cy.js",
|
||||
"test:playground:multisite": "cypress run --spec cypress/e2e/playground-multisite.cy.js",
|
||||
"build": "./build.sh",
|
||||
"lint:php": "composer run-script phpcs",
|
||||
"lint:php:simple": "composer run-script phpcs:simple",
|
||||
@@ -50,6 +50,7 @@
|
||||
"@wordpress/env": "^8.12.0",
|
||||
"@wp-playground/blueprints": "^1.0.28",
|
||||
"@wp-playground/client": "^1.0.28",
|
||||
"@wp-playground/cli": "^1.0.28",
|
||||
"cypress": "^13.17.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user