Skip to content

Commit 13d0160

Browse files
authored
build: include typings/index in root metadata export (#7190)
1 parent afa92a8 commit 13d0160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package-tools/build-release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function composeRelease(buildPackage: BuildPackage) {
6969
// re-exports everything.
7070
createMetadataReexportFile(
7171
releasePath,
72-
buildPackage.secondaryEntryPoints.map(p => `./${p}`),
72+
buildPackage.secondaryEntryPoints.concat(['typings/index']).map(p => `./${p}`),
7373
name);
7474
}
7575
}

0 commit comments

Comments
 (0)