We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df993c2 commit c1ca3a7Copy full SHA for c1ca3a7
packages/playground/scripts/upload_bundle.mjs
@@ -88,6 +88,7 @@ exec(`tar \\
88
-C "${artifactsDir}" .
89
`);
90
91
+// TODO: This will no longer be needed after the KeyCDN to Cloudflare transition is complete.
92
console.log(`Uploading v${version} artifacts...`);
93
exec(`rclone sync ${rcloneOpts} --fast-list \\
94
"${artifactsDir}" \\
0 commit comments