From 710bf3e871ee162f3f7bdbfb1438c9b6130562e1 Mon Sep 17 00:00:00 2001 From: Didier Demoniere Date: Mon, 9 Sep 2019 15:29:54 -0400 Subject: [PATCH] fix(cli): fix coverage commands --- src/cli/typescript-starter.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cli/typescript-starter.ts b/src/cli/typescript-starter.ts index c675bf1..7ed072a 100644 --- a/src/cli/typescript-starter.ts +++ b/src/cli/typescript-starter.ts @@ -47,13 +47,15 @@ export async function typescriptStarter( const pkgPath = join(projectPath, 'package.json'); const keptDevDeps: ReadonlyArray = [ + '@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',