Parcourir la source

Added `build` script to ci runs

sanex il y a 3 ans
Parent
commit
8227aa7bb2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/ci.yml

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

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