chore: add pre-commit hook to block .po file commits

This commit is contained in:
Ephraim Atta-Duncan
2025-10-20 11:31:19 +00:00
parent 06cb8b1f23
commit 7868527fa0
2 changed files with 94 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
MONOREPO_ROOT="$(readlink -f "$SCRIPT_DIR/../")"
node "$MONOREPO_ROOT/scripts/check-po-files.cjs" || exit 1
echo "Copying .well-known/ contents"
node "$MONOREPO_ROOT/scripts/copy-wellknown.cjs"