@@ -169,7 +169,7 @@ function getPluginPreDefinedScripts(srcPath, demoFolder, demoAngularFolder, demo
169
169
} ,
170
170
{
171
171
key : "nd.demo.run.watch.device.ios" ,
172
- value : "npm run nd.open.xcode && npm run npm run nd.demo.tns.run.ios" ,
172
+ value : "npm run nd.open.xcode && npm run nd.demo.tns.run.ios" ,
173
173
shortCommands : [ "demo ios device attach & watch" ] ,
174
174
buildCommand : "npm run nd.build.device.native.ios" ,
175
175
patterns : [
@@ -190,7 +190,7 @@ function getPluginPreDefinedScripts(srcPath, demoFolder, demoAngularFolder, demo
190
190
} ,
191
191
{
192
192
key : "nd.demo.angular.run.watch.ios" ,
193
- value : "npm run nd.open.xcode && npm run npm run nd.demo.angular.tns.run.ios" ,
193
+ value : "npm run nd.open.xcode && npm run nd.demo.angular.tns.run.ios" ,
194
194
shortCommands : [ "demo-angular ios simulator attach & watch" ] ,
195
195
buildCommand : "npm run nd.build.simulator.native.ios" ,
196
196
patterns : [
@@ -223,7 +223,7 @@ function getPluginPreDefinedScripts(srcPath, demoFolder, demoAngularFolder, demo
223
223
} ,
224
224
{
225
225
key : "nd.demo.vue.run.watch.ios" ,
226
- value : "npm run nd.open.xcode && npm run npm run nd.demo.vue.tns.run.ios" ,
226
+ value : "npm run nd.open.xcode && npm run nd.demo.vue.tns.run.ios" ,
227
227
shortCommands : [ "demo-vue ios simulator attach & watch" ] ,
228
228
buildCommand : "npm run nd.build.simulator.native.ios" ,
229
229
patterns : [
0 commit comments