Jelajahi Sumber

HUE-9346 [ui] Add npm license checker to circleci config

Johan Ahlen 5 tahun lalu
induk
melakukan
572815e65b
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 7 0
      .circleci/config.yml

+ 7 - 0
.circleci/config.yml

@@ -120,6 +120,13 @@ jobs:
 
             npm run lint
 
+      - run:
+          name: run npm license checker
+          command: |
+            cd /usr/share/hue
+
+            npm run check-license
+
       # Run tests
       - run:
           name: run python API tests