Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 3, 2024
1 parent 16d2b09 commit fd3bd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/scripts/getBundleSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const main = () => {
});

const filename = process.env.BUNDLE_SIZE_STATS_FILENAME || 'PRBundleSizeStats.json';
fs.writeFileSync(path.resolve(__dirname, filename), JSON.stringify(sizes));
fs.writeFileSync(path.resolve(__dirname, `../${filename}`), JSON.stringify(sizes));
};

main();

0 comments on commit fd3bd1f

Please sign in to comment.