From 696eae13d0ed6a60f7a9a7bedf5194d47c595153 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 8 May 2018 16:31:08 +0100 Subject: [PATCH] fix output demo shell dist --- .angular-cli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.angular-cli.json b/.angular-cli.json index 5684aa9100..66fa908da2 100644 --- a/.angular-cli.json +++ b/.angular-cli.json @@ -7,7 +7,7 @@ { "name": "dist", "root": "demo-shell/src", - "outDir": "dist", + "outDir": "demo-shell/dist", "assets": [ "assets", "favicon.ico", @@ -85,7 +85,7 @@ { "name": "dev", "root": "demo-shell/src", - "outDir": "dist", + "outDir": "demo-shell/dist", "assets": [ "assets", "app.config.json",