diff --git a/package.json b/package.json index fbd1bf1..00d1bdd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "ng serve --configuration development", "build": "ng build", "watch": "ng build --watch --configuration development", - "local": "ng build --watch --configuration local", + "local": "ng serve --configuration local", "lint": "ng lint", "test": "ng test" },