Skip to content

Commit

Permalink
[INTERNAL] ui5.quickstart: Add open argument to serve command
Browse files Browse the repository at this point in the history
demo-kit-feedback: 5461
SNOW: n/a
CR-Id: 002075125800002498912024
Change-Id: If94ae665c7183c807e5ae373065466d9fbd7ec31
(cherry picked from commit f802ae6)
  • Loading branch information
flovogt committed May 23, 2024
1 parent 38fb2ae commit e7f8827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "SAP SE",
"description": "UI5 Demo App - Quickstart Tutorial",
"scripts": {
"start": "ui5 serve",
"start": "ui5 serve -o index.html",
"build": "ui5 build"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "SAP SE",
"description": "UI5 Demo App - Quickstart Tutorial",
"scripts": {
"start": "ui5 serve",
"start": "ui5 serve -o index.html",
"build": "ui5 build"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "SAP SE",
"description": "UI5 Demo App - Quickstart Tutorial",
"scripts": {
"start": "ui5 serve",
"start": "ui5 serve -o index.html",
"build": "ui5 build"
},
"devDependencies": {
Expand Down

0 comments on commit e7f8827

Please sign in to comment.