fix(cli): fix coverage commands
This commit is contained in:
committed by
Jason Dreyzehner
parent
b49d79daa2
commit
710bf3e871
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user