Improve extension scaffolding log message (#14659)

This commit is contained in:
Nicola Krumschmidt
2022-07-26 15:02:16 +02:00
committed by GitHub
parent 52598538f0
commit 717fce66ae

View File

@@ -104,7 +104,7 @@ export default async function create(type: string, name: string, options: Create
Your ${type} extension has been created at ${chalk.green(targetPath)}
To start developing, run:
${chalk.blue('cd')} c
${chalk.blue('cd')} ${name}
${chalk.blue('npm run')} dev
and then to build for production, run: