File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"scripts" : {
14
14
"build" : " tsc" ,
15
- "copy.ios" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync ios --watch " ,
16
- "copy.android" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync android --watch " ,
15
+ "copy.ios" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run ios --syncAllFiles " ,
16
+ "copy.android" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run android --syncAllFiles " ,
17
17
"buildrun" : " npm run build && cp -R checkbox.*.js demo/node_modules/nativescript-checkbox" ,
18
18
"demo.ios" : " npm run preparedemo && cd demo && tns run ios --emulator" ,
19
19
"demo.ng.ios" : " npm run preparedemong && cd demo-ng && tns run ios --emulator" ,
You can’t perform that action at this time.
0 commit comments