From 5579f4b482c0b5350a1468432522f9e16f4bf4fd Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 19 Jan 2020 16:23:04 -0500 Subject: Automatically update translation report. Fixes #439 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/package.json') diff --git a/ui/package.json b/ui/package.json index a2767e4a..ea6343da 100644 --- a/ui/package.json +++ b/ui/package.json @@ -57,7 +57,7 @@ "engineStrict": true, "husky": { "hooks": { - "pre-commit": "cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && lint-staged" + "pre-commit": "ts-node translation_report.ts && git add ../README.md && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && lint-staged" } }, "lint-staged": { -- cgit v1.2.3