Skip to content

Commit

Permalink
dont log on success
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernRave committed Sep 14, 2024
1 parent 559fac9 commit b619b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-magic",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"description": "CLI to help you manage your locales JSON with translations, replacements, etc. with OpenAI",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dotenv": "^16.4.5",
"fast-glob": "^3.3.2",
"i18next-scanner": "^4.5.0",
"openai": "^4.54.0",
"openai": "^4.61.0",
"prompts": "^2.4.2"
},
"devDependencies": {
Expand All @@ -44,6 +44,6 @@
"@types/prompts": "^2.4.9",
"dts-cli": "^2.0.5",
"tslib": "^2.6.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 0 additions & 2 deletions src/commands/check-missing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ export const checkMissing = async (config: Configuration) => {
console.error("Error: Missing translations found!")
process.exit(1)
}

console.log("No missing translations found.")
}

0 comments on commit b619b4e

Please sign in to comment.