1
0
mirror of synced 2025-11-09 05:17:24 +00:00

fix(CLI): properly remove the bin from all new projects

This commit is contained in:
Jason Dreyzehner
2018-03-20 20:39:43 -04:00
parent 2f6c9a7743
commit 2e0a9ab98d
2 changed files with 1 additions and 6 deletions

View File

@@ -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')
]);