Skip to content

Commit 6f3b658

Browse files
Merge pull request #2090 from OneCommunityGlobal/Diya_Fix_TotalOrg_WeeklySummaryEmail
Diya fix (orgSummaryEmail): Fixed Total Org Weekly Summary Email Flow
2 parents ca6978a + ac70fd4 commit 6f3b658

7 files changed

Lines changed: 803 additions & 27 deletions

File tree

babel.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ module.exports = {
1313
['@babel/plugin-transform-logical-assignment-operators'], // <-- needed for ||= and ??=
1414
['module-resolver', { root: './src' }],
1515
],
16-
ignore: ['**/*.test.js', '**/*.spec.js', 'src/test/**'],
16+
ignore: [
17+
'**/*.test.js',
18+
'**/*.spec.js',
19+
'src/test/**',
20+
'node_modules/puppeteer',
21+
'node_modules/puppeteer-core',
22+
],
1723
};

0 commit comments

Comments
 (0)