Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 54f9e3d

Browse files
committed
fix(make-ts-list): Add "environment*" to excludes
1 parent e2101c9 commit 54f9e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/make-ts-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const sortPaths = require('sort-paths');
77

88
export class MakeTsList extends Command {
99
static excludes = [
10-
'*server*', '*node_modules*', '*public_api.ts*', '*test.ts*', '*.spec'
10+
'*server*', '*node_modules*', '*public_api.ts*', '*test.ts*', '*.spec*', 'environment*'
1111
];
1212
static description = 'make index.ts with list of ts files recursive from source folder';
1313

0 commit comments

Comments
 (0)