]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix lint error caused by codelyzer update 22693/head
authorTiago Melo <tmelo@suse.com>
Mon, 25 Jun 2018 16:23:00 +0000 (17:23 +0100)
committerTiago Melo <tmelo@suse.com>
Mon, 25 Jun 2018 16:23:00 +0000 (17:23 +0100)
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/package.json
src/pybind/mgr/dashboard/run-frontend-unittests.sh

index 32332b82ba02e44f3f7faeaa39faaadae5214471..cb7e2baaea8939037b9d77304080b37a260e7f47 100644 (file)
@@ -70,7 +70,7 @@
     "@types/jest": "^23.0.0",
     "@types/node": "^8.10.19",
     "babel-preset-env": "^1.7.0",
-    "codelyzer": "^4.3.0",
+    "codelyzer": "4.3.0",
     "jasmine-core": "~3.1.0",
     "jasmine-spec-reporter": "~4.2.1",
     "jest": "^23.1.0",
index 010dc83ab97aa4e8e690dba7e410096fde00898f..974f672b7ac88c12f162eeb84d6fe7a85d411741 100755 (executable)
@@ -12,7 +12,7 @@ cp ${config}.sample $config
 
 .  $CEPH_ROOT/build/src/pybind/mgr/dashboard/node-env/bin/activate
 
-npm run build -- --prod
+npm run build -- --prod --progress=false
 npm run test:ci
 npm run lint