Skip to content

Commit 4118094

Browse files
committed
chore(release): disable publishing npm packages
1 parent 4d05113 commit 4118094

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scripts/release/main.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,11 @@ async function main() {
149149
}
150150
}
151151

152-
if (args.publishSdk || args.setupCi) {
153-
console.log("==> Publishing SDKs");
154-
await publishSdk(opts);
155-
}
152+
// TODO: Currently using pkg.pr.new
153+
// if (args.publishSdk || args.setupCi) {
154+
// console.log("==> Publishing SDKs");
155+
// await publishSdk(opts);
156+
// }
156157

157158
if (args.tagDocker || args.completeCi) {
158159
console.log("==> Tagging Docker");

0 commit comments

Comments
 (0)