We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c5b01 commit 26330bbCopy full SHA for 26330bb
dangerfile.js
@@ -92,7 +92,7 @@ function getBundleSizes(pathToSizesDir) {
92
async function printResultsForChannel(baseResults, headResults) {
93
// Take the JSON of the build response and
94
// make an array comparing the results for printing
95
- const results = generateResultsArray(baseResults, headResults);
+ const results = generateResultsArray(headResults, baseResults);
96
97
const packagesToShow = results
98
.filter(
0 commit comments