Skip to content

Commit da6d35a

Browse files
These commands have changed
1 parent 29bc3be commit da6d35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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",

0 commit comments

Comments
 (0)