Skip to content

Commit

Permalink
added script to package.json 'start_dev_admin_gui'
Browse files Browse the repository at this point in the history
  • Loading branch information
DanoFecko committed Nov 28, 2019
1 parent 4ea21d5 commit 83ace64
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 83ace64

Please sign in to comment.