diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 82a8b13e..ffaae8ad 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,7 +29,7 @@ npm run dev - Run the demo server to test the editor ```bash -npm run dev:demo +npm run demo ``` This will run the demo server in port 5200. diff --git a/package.json b/package.json index f7e70489..ac74466e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "npm run build:lib && npm run build:demo", "postbuild:lib": "node ./scripts/postbuild.js", "dev": "ng build ngx-editor --watch", - "dev:demo": "ng serve demo --open --port 5002 --host 0.0.0.0", + "demo": "ng serve demo --open --port 5002 --host 0.0.0.0", "ng": "ng", "e2e": "ng e2e", "lint": "ng lint",