Skip to content

Commit 04000b2

Browse files
committed
solved issue regarding the multiple migration files
1 parent 82fe5c5 commit 04000b2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

i18n_automation.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ Write-Host "🔄 Switching back to main branch..." -ForegroundColor Blue
6464
git checkout main
6565

6666
Write-Host "✅ i18n automation completed successfully!" -ForegroundColor Green
67+
68+

i18n_automation.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ echo "🔄 Switching back to main branch..."
6969
git checkout main
7070

7171
echo "✅ i18n automation completed successfully!"
72+
73+

0 commit comments

Comments
 (0)