You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"demo.ios": "npm run preparedemo && cd demo && tns emulate ios",
55
69
"demo.android": "npm run preparedemo && cd demo && tns run android",
56
70
"debug.ios": "npm run preparedemo && cd demo && tns debug ios --emulator",
57
-
"debug.android": "npm run preparedemo && cd demo && tns debug android --emulator",
58
-
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-advanced-webview && tns plugin add .. && tns install",
71
+
"debug.android":
72
+
"npm run preparedemo && cd demo && tns debug android --emulator",
73
+
"preparedemo":
74
+
"npm run build && cd demo && tns plugin remove nativescript-advanced-webview && tns plugin add .. && tns install",
59
75
"nuke": "rm -rf node_modules && cd demo && rm -rf node_modules && cd ..",
60
-
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin remove nativescript-advanced-webview; tns plugin add .. && cd ..",
76
+
"setup":
77
+
"npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin remove nativescript-advanced-webview; tns plugin add .. && cd ..",
0 commit comments