Skip to content

Commit 710bf3e

Browse files
didierdemonierebitjson
authored andcommitted
fix(cli): fix coverage commands
1 parent b49d79d commit 710bf3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cli/typescript-starter.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ export async function typescriptStarter(
4747
const pkgPath = join(projectPath, 'package.json');
4848

4949
const keptDevDeps: ReadonlyArray<string> = [
50+
'@bitjson/npm-scripts-info',
51+
'@bitjson/typedoc',
52+
'@istanbuljs/nyc-config-typescript',
5053
'ava',
5154
'codecov',
5255
'cz-conventional-changelog',
5356
'gh-pages',
5457
'npm-run-all',
5558
'npm-scripts-info',
56-
'@bitjson/npm-scripts-info',
5759
'nyc',
5860
'open-cli',
5961
'prettier',

0 commit comments

Comments
 (0)