Skip to content

Commit

Permalink
chore: remove polling for changes from ng serve
Browse files Browse the repository at this point in the history
  • Loading branch information
pkorchak committed May 9, 2023
1 parent 70e40cc commit fcc407f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve --poll 500",
"start": "ng serve",
"build": "ng build",
"build-for-prod": "ng build --configuration production",
"test": "ng test",
Expand Down Expand Up @@ -51,4 +51,4 @@
"tslint": "~6.1.0",
"typescript": "^4.3.5"
}
}
}

0 comments on commit fcc407f

Please sign in to comment.