Skip to content

Commit 50a8c18

Browse files
committed
Test
1 parent e2622da commit 50a8c18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gulp/tasks/payload.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ async function calculatePayloadDiff(database: firebaseAdmin.database.Database, c
100100
const materialFullSize = currentPayload.material_fesm_2015;
101101
const materialDiff = materialFullSize - previousPayload.material_fesm_2015;
102102

103+
console.log(materialDiff, cdkDiff);
104+
103105
// Set the Github statuses for the packages by sending a HTTP request to the dashboard functions.
104106
await Promise.all([
105107
updateGithubStatus(currentSha, 'material', materialDiff, materialFullSize, authToken),

0 commit comments

Comments
 (0)