mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(e2e): adds bonjour support
This commit is contained in:
committed by
Manu MA
parent
d350ddc175
commit
877829b933
@@ -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",
|
||||
|
||||
@@ -204,6 +204,7 @@ export function runAppScriptsServe(testOrDemoName: string, appEntryPoint: string
|
||||
'--sass', sassConfigPath,
|
||||
'--copy', copyConfigPath,
|
||||
'--enableLint', 'false',
|
||||
'--bonjour'
|
||||
];
|
||||
|
||||
if (watchConfigPath) {
|
||||
|
||||
Reference in New Issue
Block a user