Ver Fonte

测试ci文件

zhupei@smartai.com há 1 ano atrás
pai
commit
7b2eec1dec
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -11,6 +11,8 @@ cache:
 build_job:
   stage: build
   script:
+    - node -v
+    - npm -v
     - npm config set registry https://registry.npmmirror.com
     - npm install --legacy-peer-deps
     - npm run build