We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2f252 commit 3802f15Copy full SHA for 3802f15
1 file changed
src/dev/build/tasks/create_archives_task.ts
@@ -92,8 +92,8 @@ export const CreateArchives: Task = {
92
});
93
94
metrics.push({
95
- group: `${build.isOss() ? 'oss ' : ''}distributable file count`,
96
- id: 'total',
+ group: 'distributable file count',
+ id: build.isOss() ? 'oss' : 'default',
97
value: fileCount,
98
99
}
0 commit comments