We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f39837 commit 1f18623Copy full SHA for 1f18623
package.json
@@ -19,7 +19,7 @@
19
"demo.android": "npm run preparedemo && cd demo && tns run android",
20
"debug.ios": "npm run preparedemo && cd demo && tns debug ios",
21
"debug.android": "npm run preparedemo && cd demo && tns debug android",
22
- "preparedemo": "cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install",
+ "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install",
23
"setup": "cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
24
},
25
"repository": {
0 commit comments