Skip to content

Commit 4027f28

Browse files
committed
fix: edit select logic
1 parent 2187b08 commit 4027f28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/plugin-bundle-stats/code-pushup.large-angular.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,11 +666,11 @@ const config = {
666666
excludeOutputs: ['**/*.map', '**/*.d.ts'],
667667
},
668668
audits: [
669-
/* allFilesAudit,
669+
allFilesAudit,
670670
blacklistedFilesAudit,
671-
angularSpecificAudit,*/
671+
angularSpecificAudit,
672672
dependencyAudit,
673-
// initialBundleSizeAudit,
673+
initialBundleSizeAudit,
674674
],
675675
}),
676676
],

0 commit comments

Comments
 (0)