Skip to content

Commit 9129294

Browse files
josephperrottalan-agius4
authored andcommitted
build: provide build artifact location directories instead of tar files
Provide the location of the directories rather than the tar files as the release tooling inspects the package.json fiels to confirm the correct version being published.
1 parent 2933b9a commit 9129294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export default async function (
404404
if (!pkg.private) {
405405
tarLogger.info(`${pkgName} => ${pkg.tar}`);
406406
_tar(pkg.tar, pkg.dist);
407-
output.push({ name: pkgName, outputPath: pkg.tar });
407+
output.push({ name: pkgName, outputPath: pkg.dist });
408408
}
409409
});
410410

0 commit comments

Comments
 (0)