Skip to content

Commit 2f0e166

Browse files
committed
chore: commit notes
1 parent 2d2e63c commit 2f0e166

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/migrate-npm-packages-between-github-instances.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@ echo "$packages" | while IFS= read -r response; do
9292
done
9393

9494
echo "Run this to clean up your working dir: rm -rf ./temp"
95+
96+
# TODO: Would be nice to capture error messages somewhere: | tee -a migration.log
97+
98+
# TODO: Ability to delta sync? might be separate script
99+
100+
# TODO: Concept for parallelization to speed up the process

0 commit comments

Comments
 (0)