1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(cli): fix coverage commands

This commit is contained in:
Didier Demoniere
2019-09-09 15:29:54 -04:00
committed by Jason Dreyzehner
parent b49d79daa2
commit 710bf3e871

View File

@@ -47,13 +47,15 @@ export async function typescriptStarter(
const pkgPath = join(projectPath, 'package.json');
const keptDevDeps: ReadonlyArray<string> = [
'@bitjson/npm-scripts-info',
'@bitjson/typedoc',
'@istanbuljs/nyc-config-typescript',
'ava',
'codecov',
'cz-conventional-changelog',
'gh-pages',
'npm-run-all',
'npm-scripts-info',
'@bitjson/npm-scripts-info',
'nyc',
'open-cli',
'prettier',