mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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"
|
"zone.js": "^0.8.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ionic/app-scripts": "1.3.6",
|
"@ionic/app-scripts": "nightly",
|
||||||
"@ionic/commit-hooks": "1.0.3",
|
"@ionic/commit-hooks": "1.0.3",
|
||||||
"@types/connect": "3.4.30",
|
"@types/connect": "3.4.30",
|
||||||
"@types/del": "2.2.31",
|
"@types/del": "2.2.31",
|
||||||
|
@ -204,6 +204,7 @@ export function runAppScriptsServe(testOrDemoName: string, appEntryPoint: string
|
|||||||
'--sass', sassConfigPath,
|
'--sass', sassConfigPath,
|
||||||
'--copy', copyConfigPath,
|
'--copy', copyConfigPath,
|
||||||
'--enableLint', 'false',
|
'--enableLint', 'false',
|
||||||
|
'--bonjour'
|
||||||
];
|
];
|
||||||
|
|
||||||
if (watchConfigPath) {
|
if (watchConfigPath) {
|
||||||
|
Reference in New Issue
Block a user