@@ -243,37 +243,37 @@ function getPluginPreDefinedScripts(srcPath, demoFolder, demoAngularFolder, demo
243
243
} ,
244
244
{
245
245
key : "nd.demo.tns.run.android" ,
246
- value : "cd " + demoFolder + " && tns run android --syncAllFiles " ,
246
+ value : "cd " + demoFolder + " && tns run android" ,
247
247
description : "Runs the 'demo' app on Android with '--syncAllFiles' argument" ,
248
248
category : "secondary"
249
249
} ,
250
250
{
251
251
key : "nd.demo.tns.run.ios" ,
252
- value : "cd " + demoFolder + " && tns run ios --syncAllFiles " + provisioningParam ,
252
+ value : "cd " + demoFolder + " && tns run ios" + provisioningParam ,
253
253
description : "Runs the 'demo' app on iOS with '--syncAllFiles' argument" ,
254
254
category : "secondary"
255
255
} ,
256
256
{
257
257
key : "nd.demo.angular.tns.run.android" ,
258
- value : "cd " + demoAngularFolder + " && tns run android --syncAllFiles " ,
258
+ value : "cd " + demoAngularFolder + " && tns run android" ,
259
259
description : "Runs the 'demo-angular' app on Android with '--syncAllFiles' argument" ,
260
260
category : "secondary"
261
261
} ,
262
262
{
263
263
key : "nd.demo.angular.tns.run.ios" ,
264
- value : "cd " + demoAngularFolder + " && tns run ios --syncAllFiles " + provisioningParam ,
264
+ value : "cd " + demoAngularFolder + " && tns run ios" + provisioningParam ,
265
265
description : "Runs the 'demo-angular' app on iOS with '--syncAllFiles' argument" ,
266
266
category : "secondary"
267
267
} ,
268
268
{
269
269
key : "nd.demo.vue.tns.run.android" ,
270
- value : "cd " + demoVueFolder + " && tns run android --bundle --syncAllFiles " ,
270
+ value : "cd " + demoVueFolder + " && tns run android --bundle" ,
271
271
description : "Runs the 'demo-vue' app on Android with '--syncAllFiles' argument" ,
272
272
category : "secondary"
273
273
} ,
274
274
{
275
275
key : "nd.demo.vue.tns.run.ios" ,
276
- value : "cd " + demoVueFolder + " && tns run ios --bundle --syncAllFiles " + provisioningParam ,
276
+ value : "cd " + demoVueFolder + " && tns run ios --bundle" + provisioningParam ,
277
277
description : "Runs the 'demo-vue' app on iOS with '--syncAllFiles' argument" ,
278
278
category : "secondary"
279
279
} ,
0 commit comments