瀏覽代碼

Added `build` script to ci runs

sanex 3 年之前
父節點
當前提交
8227aa7bb2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -41,6 +41,7 @@ jobs:
           path: '**/node_modules'
           path: '**/node_modules'
           key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
           key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
       - run: yarn install
       - run: yarn install
+      - run: yarn run build
       - run: yarn run eslint
       - run: yarn run eslint
       - run: yarn run test
       - run: yarn run test
       - run: yarn run test:mocha-coverage:report
       - run: yarn run test:mocha-coverage:report