]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Mgr/dashboard: Remove husky package
authorTiago Melo <tmelo@suse.com>
Mon, 14 May 2018 08:41:56 +0000 (09:41 +0100)
committerTiago Melo <tmelo@suse.com>
Mon, 14 May 2018 14:25:27 +0000 (15:25 +0100)
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 <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/package.json

index b89fe3501513285ed67e35a7446d34bae1b66ab7..d15e7ec535c4d75c165e7c0fb9696386667d8d9a 100644 (file)
@@ -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",