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

test(integration): include dot files in hashes, remove new CI configs from output

This commit is contained in:
Jason Dreyzehner
2018-03-15 22:15:02 -04:00
parent 49197071cd
commit 0c3bbcf581
2 changed files with 68 additions and 3 deletions

View File

@@ -128,6 +128,8 @@ export async function typescriptStarter(
join(projectPath, 'CHANGELOG.md'),
join(projectPath, 'README.md'),
join(projectPath, 'package-lock.json'),
join(projectPath, 'appveyor.yml'),
join(projectPath, '.travis.yml'),
join(projectPath, 'src', 'cli'),
join(projectPath, 'src', 'types', 'cli.d.ts')
]);