From 8280917312ef90f06479baa9da05dacbdb06a21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Fri, 5 Feb 2021 15:08:08 +0100 Subject: [PATCH] build: add ionic serve --external to scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e7b9b433..1c915aec 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "start": "ionic serve", "start:prod": "ionic serve -- --configuration=production", "start:fake": "ionic serve -- --configuration=fake", + "start:external": "ionic serve --external", "test": "ng test", "tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'" },