diff --git a/package.json b/package.json index 50629dd9..130e1cf1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lint:fix": "eslint --fix --ext .ts .", "prettier": "prettier --write .", "update-translations": "cd scripts && node update-translations.cjs", - "fix": "npm run update-translations && npm run lint:fix" + "fix": "npm run update-translations && npm run prettier" }, "license": "GNU", "type": "module",