Skip to content

Commit

Permalink
chore: add start.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Apr 14, 2020
1 parent 16e01fa commit 54ec92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions templates/app/angular/start.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarn
yarn start

0 comments on commit 54ec92f

Please sign in to comment.