Skip to content

Commit 1f18623

Browse files
author
Dick Smith
committed
Returning this.
1 parent 8f39837 commit 1f18623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"demo.android": "npm run preparedemo && cd demo && tns run android",
2020
"debug.ios": "npm run preparedemo && cd demo && tns debug ios",
2121
"debug.android": "npm run preparedemo && cd demo && tns debug android",
22-
"preparedemo": "cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install",
22+
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install",
2323
"setup": "cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)