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 a7a8b80 commit 75aa007Copy full SHA for 75aa007
dev-packages/size-limit-gh-action/index.mjs
@@ -191,6 +191,7 @@ async function run() {
191
}
192
193
async function runSizeLimitOnComparisonBranch() {
194
+ const __dirname = path.dirname(fileURLToPath(import.meta.url));
195
const resultsFilePath = getResultsFilePath();
196
197
const limit = new SizeLimitFormatter();
0 commit comments