From: Tiago Melo Date: Mon, 14 May 2018 08:41:56 +0000 (+0100) Subject: Mgr/dashboard: Remove husky package X-Git-Tag: v14.0.0~130^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8c36085cb0e32649261ad5a488a679f25efbf731;p=ceph-ci.git Mgr/dashboard: Remove husky package It seems pretty-quick is not restricted to the root of the dashboard frontend and this could bring undesired changes to some files. Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index b89fe350151..d15e7ec535c 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -9,7 +9,7 @@ "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "precommit": "pretty-quick --staged" + "makePretty": "pretty-quick --staged" }, "private": true, "dependencies": { @@ -46,7 +46,6 @@ "@types/node": "~6.0.60", "codelyzer": "^4.0.1", "copy-webpack-plugin": "4.3.0", - "husky": "^0.14.3", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", "karma": "~1.7.0",