File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 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
1414demo-ng /* .d.ts
1515demo-ng /platforms
1616demo-ng /node_modules
17- demo /.vscode
1817demo-ng /.vscode
1918node_modules
2019.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`
126126
127127
128128## Demo Setup
129- * npm install tns-platform-declarations
130- * npm preparedemo
129+ * npm i
130+ * npm run preparedemo
131131* npm run demo.ios
132132
133133
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