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