File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 },
1313 "scripts" : {
1414 "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 " ,
1717 "buildrun" : " npm run build && cp -R checkbox.*.js demo/node_modules/nativescript-checkbox" ,
1818 "demo.ios" : " npm run preparedemo && cd demo && tns run ios --emulator" ,
1919 "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