File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ demo-ng/app/*.js
14
14
demo-ng /* .d.ts
15
15
demo-ng /platforms
16
16
demo-ng /node_modules
17
- demo /.vscode
18
17
demo-ng /.vscode
19
18
node_modules
20
19
.vscode /
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ Add the following to `app/App_Resources/Android/drawable/checkbox_grey.xml`
126
126
127
127
128
128
## Demo Setup
129
- * npm install tns-platform-declarations
130
- * npm preparedemo
129
+ * npm i
130
+ * npm run preparedemo
131
131
* npm run demo.ios
132
132
133
133
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