diff --git a/package.json b/package.json index 99f9e4e56..1f2c763f2 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "scripts": { "build": "grunt", "build:wp": "wp-scripts build", + "dev": "wp-scripts start", "lint": "npm-run-all lint:*", "lint:js": "eslint .", "lint:js-playwright": "DEBUG=eslint:cli-engine eslint tests/e2e/** --config .eslintrc.playwright.json --no-ignore",