From 82547e493575303f21b7bdf6e08e4c9189cc1dc3 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:00:54 +0300 Subject: [PATCH] Update package.json --- templates/module/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/module/angular/package.json b/templates/module/angular/package.json index a1cbee7789..62ffe4dc32 100644 --- a/templates/module/angular/package.json +++ b/templates/module/angular/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve dev-app --open", - "build": "ng build my-project-name --prod", + "build": "ng build MyProjectName --prod", "build:app": "npm run symlink:copy -- --no-watch && ng build dev-app --prod", "symlink:copy": "symlink copy --angular --packages @my-company-name/my-project-name --prod", "test": "ng test",