chore(e2e): adds bonjour support

This commit is contained in:
Manuel Mtz-Almeida
2017-05-03 16:25:51 +02:00
committed by Manu MA
parent d350ddc175
commit 877829b933
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"zone.js": "^0.8.9"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.6",
"@ionic/app-scripts": "nightly",
"@ionic/commit-hooks": "1.0.3",
"@types/connect": "3.4.30",
"@types/del": "2.2.31",

View File

@ -204,6 +204,7 @@ export function runAppScriptsServe(testOrDemoName: string, appEntryPoint: string
'--sass', sassConfigPath,
'--copy', copyConfigPath,
'--enableLint', 'false',
'--bonjour'
];
if (watchConfigPath) {