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

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