We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf4e5c commit 021702aCopy full SHA for 021702a
lib/ionic/start.js
@@ -66,10 +66,12 @@ IonicTask.prototype.run = function run(ionic, argv) {
66
})
67
*/
68
.then(function() {
69
- return Start.promptLogin(options);
+ if (startingApp) {
70
+ return Start.promptLogin(options);
71
+ }
72
73
- if (options.v2) {
74
+ if (options.v2 && startingApp) {
75
log.info('\nNew to Ionic? Get started here: http://ionicframework.com/docs/v2/getting-started\n');
76
}
77
0 commit comments