Skip to content

Commit 59bf64b

Browse files
committed
fixed #304 use correct commands for running hmr
1 parent 9fa9a34 commit 59bf64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"ng": "ng",
88
"start": "ng serve --host 0.0.0.0 --port 4200",
9-
"hmr": "ng serve --host 0.0.0.0 --port 4200 4201 --hmr -e=hmr",
9+
"hmr": "ng serve --host 0.0.0.0 --port 4200 --hmr",
1010
"test": "ng test",
1111
"pree2e": "webdriver-manager update --standalone false --gecko false",
1212
"e2e": "protractor"

0 commit comments

Comments
 (0)