Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Jun 24, 2024
1 parent 541d816 commit 01bd4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const currentBuildResults = {
};

function saveResults() {
if (process.env.CIRCLE_NODE_TOTAL) {
if (process.env.CIRCLE_NODE_TOTAL || process.env.CI === 'github') {
// In CI, write the bundle sizes to a subdirectory and append the node index
// to the filename. A downstream job will consolidate these into a
// single file.
Expand Down

0 comments on commit 01bd4ee

Please sign in to comment.