Skip to content

Commit a406556

Browse files
committed
Better messaging in setting a version for types deploys
1 parent 3e241bb commit a406556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/createTypesPackages.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ async function updatePackageJSON(packagePath, pkg, gitSha) {
9898
version = bumpedVersion;
9999
}
100100
} catch (error) {
101+
console.error("Caught error in grabbing version for package");
102+
console.error(error);
101103
// NOOP, this is for the first deploy, which will set it to 0.0.1
102104
}
103105

0 commit comments

Comments
 (0)