mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Improve extension scaffolding log message (#14659)
This commit is contained in:
committed by
GitHub
parent
52598538f0
commit
717fce66ae
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user