Skip to content

Commit

Permalink
chore: commit notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning committed Jan 8, 2025
1 parent 2d2e63c commit 2f0e166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/migrate-npm-packages-between-github-instances.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,9 @@ echo "$packages" | while IFS= read -r response; do
done

echo "Run this to clean up your working dir: rm -rf ./temp"

# TODO: Would be nice to capture error messages somewhere: | tee -a migration.log

# TODO: Ability to delta sync? might be separate script

# TODO: Concept for parallelization to speed up the process

0 comments on commit 2f0e166

Please sign in to comment.