Skip to content

Commit

Permalink
fix(app): accidentally committed modification to start script
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse authored Oct 24, 2020
1 parent cf7e1fb commit 720b991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/phoenix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"ng": "ng",
"start": "ng serve --ssl --host=0.0.0.0",
"start": "ng serve",
"start:ssl": "ng serve --ssl --host=0.0.0.0",
"build": "ng build",
"test": "ng test",
Expand Down

0 comments on commit 720b991

Please sign in to comment.