update existing references to yarn dev to use yarn start instead
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -155,7 +155,7 @@ export default async (opts: OptionValues): Promise<void> => {
|
||||
}
|
||||
Task.log(
|
||||
` Run the app: ${chalk.cyan(
|
||||
`cd ${opts.path ?? answers.name} && yarn dev`,
|
||||
`cd ${opts.path ?? answers.name} && yarn start`,
|
||||
)}`,
|
||||
);
|
||||
Task.log(
|
||||
|
||||
Reference in New Issue
Block a user