fix(CLI): properly remove the bin from all new projects
This commit is contained in:
@@ -131,6 +131,7 @@ export async function typescriptStarter(
|
||||
join(projectPath, 'CHANGELOG.md'),
|
||||
join(projectPath, 'README.md'),
|
||||
join(projectPath, 'package-lock.json'),
|
||||
join(projectPath, 'bin'),
|
||||
join(projectPath, 'src', 'cli'),
|
||||
join(projectPath, 'src', 'types', 'cli.d.ts')
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user