Skip to content

Commit ab8ae78

Browse files
committed
FIXUP
1 parent ac059c6 commit ab8ae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecosystem-ci/patch-project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function buildOverrides(): Promise<Record<string, string>> {
5959
for (const [name, path] of packages) {
6060
const version = JSON.parse(fs.readFileSync(join(tgzPath, path, 'package.json'), 'utf8')).version;
6161
const filename = `${name.replace('@', '').replace('/', '-')}-${version}.tgz`;
62-
overrides[name] = `file:${tgzPath}/${path}/${filename}`;
62+
overrides[name] = `file:${tgzPath}/${filename}`;
6363
}
6464

6565
return overrides;

0 commit comments

Comments
 (0)