Skip to content

Commit bc00659

Browse files
committed
add a note
1 parent 8dc1dfe commit bc00659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/playground/scripts/upload_bundle.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ exec(`tar \\
8888
-C "${artifactsDir}" .
8989
`);
9090

91+
// TODO: This will no longer be needed after the KeyCDN to Cloudflare transition is complete.
9192
console.log(`Uploading v${version} artifacts...`);
9293
exec(`rclone sync ${rcloneOpts} --fast-list \\
9394
"${artifactsDir}" \\

0 commit comments

Comments
 (0)