Skip to content

Commit

Permalink
Remove npm run clean-up-translations
Browse files Browse the repository at this point in the history
The used script was already removed before.
  • Loading branch information
bjoernricks committed Mar 3, 2025
1 parent 12fb921 commit 7a73729
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"build": "vite build",
"lint": "eslint src --max-warnings 0",
"preview": "vite preview",
"i18n-extract": "i18next",
"clean-up-translations": "node scripts/cleanuptranslations"
"i18n-extract": "i18next"
},
"engines": {
"node": ">=20.0"
Expand Down

0 comments on commit 7a73729

Please sign in to comment.