From 248c25eeb3930dfe74dd6e47f6a473b14ae90b7d Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Thu, 15 Mar 2018 10:50:19 +0100 Subject: [PATCH] Npm run build-watch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1659526fe48..49e55ccbdb2 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" }, -- GitLab