Skip to content

Commit

Permalink
chore: update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 1, 2021
1 parent c75cbf9 commit 6d6ab9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6d6ab9d

Please sign in to comment.