diff --git a/package.json b/package.json
index 1659526fe484fc934725fda017dd35d6d283b158..49e55ccbdb2b82726b7f9bad2445aa453e166ce1 100755
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "description": "MaarchCourrier",
   "scripts": {
     "build": "ng build",
-    "build-watch": "tsc -p apps/maarch_entreprise/js/angular/ -w",
+    "build-watch": "ng build --watch",
     "build-prod": "ng build --prod && npm run build-css",
     "build-css": "node-sass --include-path scss apps/maarch_entreprise/css/maarch-material.scss   apps/maarch_entreprise/css/maarch-material.css --output-style compressed"
   },