Skip to content

Commit 34e520c

Browse files
sean-perkinsgithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 6f2857c commit 34e520c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cli/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ const IONIC_MIGRATION_GUIDE_URL =
2121
"https://www.ionicframework.com/docs/angular/build-options#migrating-from-modules-to-standalone";
2222
const IONIC_REPOSITORY_ISSUES_URL =
2323
"https://github.com/ionic-team/ionic-angular-standalone-codemods/issues";
24-
const isInteractive = (): boolean => (TERMINAL_INFO.tty && !TERMINAL_INFO.ci) && (!process.argv.includes('--non-interactive'));
24+
const isInteractive = (): boolean =>
25+
TERMINAL_INFO.tty &&
26+
!TERMINAL_INFO.ci &&
27+
!process.argv.includes("--non-interactive");
2528

2629
async function main() {
2730
console.clear();

0 commit comments

Comments
 (0)