We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e241bb commit a406556Copy full SHA for a406556
1 file changed
deploy/createTypesPackages.mjs
@@ -98,6 +98,8 @@ async function updatePackageJSON(packagePath, pkg, gitSha) {
98
version = bumpedVersion;
99
}
100
} catch (error) {
101
+ console.error("Caught error in grabbing version for package");
102
+ console.error(error);
103
// NOOP, this is for the first deploy, which will set it to 0.0.1
104
105
0 commit comments