build: add ionic serve --external to scripts

This commit is contained in:
Wieland Schöbl
2021-02-05 15:08:08 +01:00
parent bb94c71761
commit 8280917312

View File

@@ -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'"
},