瀏覽代碼

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

Johan Ahlen 5 年之前
父節點
當前提交
572815e65b
共有 1 個文件被更改,包括 7 次插入0 次删除
  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