Skip to content

Commit

Permalink
fix: remove ns preview note on project creation
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Aug 2, 2021
1 parent d6e431e commit db53037
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/commands/create-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,10 @@ can skip this prompt next time using the --template option, or the --ng, --react
this.$logger.printMarkdown(
`Now you can navigate to your project with \`$ cd ${relativePath}\``
);
this.$logger.printMarkdown(
`After that you can preview it on device by executing \`$ ns preview\``
);
// Commented as we may bring this back with a playground revision/rewrite
// this.$logger.printMarkdown(
// `After that you can preview it on device by executing \`$ ns preview\``
// );
}
}

Expand Down

0 comments on commit db53037

Please sign in to comment.