浏览代码

Build the package first

Steven Silvester 5 年之前
父节点
当前提交
cc35f8284f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/ci_script.sh

+ 1 - 0
scripts/ci_script.sh

@@ -23,6 +23,7 @@ if [[ $GROUP == js* ]]; then
         # extract the group name
         export PKG="${GROUP#*-}"
         pushd packages/${PKG}
+        jlpm run build; true
         jlpm run build:test; true
         CMD="jlpm run test:cov"
     else