From 3a4505aaab4a3a7a809bacf18af50ac3bec9412d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 19 Oct 2019 23:24:26 -0700 Subject: Update translation report. --- ui/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ui/package.json') diff --git a/ui/package.json b/ui/package.json index d64946b2..f20c9ab0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,6 +22,7 @@ "classcat": "^1.1.3", "dotenv": "^6.1.0", "emoji-short-name": "^0.1.0", + "husky": "^3.0.9", "i18next": "^17.0.9", "inferno": "^7.0.1", "inferno-i18next": "nimbusec-oss/inferno-i18next", @@ -45,7 +46,6 @@ "eslint-plugin-inferno": "^7.14.3", "eslint-plugin-jane": "^7.0.0", "fuse-box": "^3.1.3", - "husky": "^3.0.9", "lint-staged": "^9.4.2", "sortpack": "^2.0.1", "ts-transform-classcat": "^0.0.2", @@ -58,8 +58,7 @@ "engineStrict": true, "husky": { "hooks": { - "pre-commit": "lint-staged", - "pre-push": "yarn run lint" + "pre-commit": "yarn run lint && lint-staged" } }, "lint-staged": { -- cgit v1.2.3