From 54ec92fffbf03d8887bf58900b775ddb2b1403b6 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Tue, 14 Apr 2020 10:02:14 +0300 Subject: [PATCH] chore: add start.ps1 --- templates/app/angular/package.json | 2 +- templates/app/angular/start.ps1 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 templates/app/angular/start.ps1 diff --git a/templates/app/angular/package.json b/templates/app/angular/package.json index b8e5be4397..65e02593f0 100644 --- a/templates/app/angular/package.json +++ b/templates/app/angular/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve", + "start": "ng serve --open", "build": "ng build", "test": "ng test", "lint": "ng lint", diff --git a/templates/app/angular/start.ps1 b/templates/app/angular/start.ps1 new file mode 100644 index 0000000000..dac71a8164 --- /dev/null +++ b/templates/app/angular/start.ps1 @@ -0,0 +1,2 @@ +yarn +yarn start \ No newline at end of file