Skip to content

Commit

Permalink
Merge pull request #74 from DanoFecko/scriptAdd
Browse files Browse the repository at this point in the history
added script to package.json 'start-dev-admin-gui'
  • Loading branch information
Vojtech-Sassmann authored Nov 28, 2019
2 parents 2d889a1 + 83ace64 commit 472a333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"update:check": "ng update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
"help": "nx help",
"start-dev-admin-gui": "ng serve admin-gui --public-host=http://localhost:4200 --disable-host-check"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 472a333

Please sign in to comment.