summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-19 16:23:04 -0500
committerDessalines <tyhou13@gmx.com>2020-01-19 16:23:04 -0500
commit5579f4b482c0b5350a1468432522f9e16f4bf4fd (patch)
tree51e8bdb19df7df261c6cf62d487dbc0aa1906847 /ui/package.json
parent9a6d665f01fae1b5c99c3743ab89eab13b7f903b (diff)
Automatically update translation report. Fixes #439
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json2
1 files changed, 1 insertions, 1 deletions
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": {