Add support for updating the l10n last commit hash and new script option

This commit is contained in:
mr. M
2025-01-28 16:46:16 +01:00
parent c19748bbbe
commit 8d2e0b0a89
6 changed files with 31 additions and 6 deletions

View File

@@ -19,6 +19,7 @@
"update-ff:raw": "surfer update",
"update-newtab": "python3 scripts/update_newtab.py",
"update-ff:rc": "python3 scripts/update_ff.py --rc",
"update-ff:l10n": "python3 scripts/update_ff.py --just-l10n",
"pretty": "prettier . --write && autopep8 -r --in-place scripts/ src/",
"lint": "npx prettier . --check && autopep8 --diff scripts/ src/",
"prepare": "husky",