diff --git a/README.md b/README.md index e90f3beb..cb43527e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ npm run build:prod **Watch changes** ```bash -npm run dev +npm start ``` **Linting & Formatting** diff --git a/package.json b/package.json index 3887c183..a10afd85 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ "build:dev": "cross-env NODE_ENV=development npm-run-all 'build:!(dev|prod)'", "build:prod": "cross-env NODE_ENV=production npm-run-all 'build:!(dev|prod)'", "build:js": "wp-scripts build", - "dev": "wp-scripts start", "init": "./bin/init.js", "lint:all": "npm-run-all --parallel lint:*", "lint:css": "wp-scripts lint-style ./assets/src",