diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3413daf..430f2b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: run: npm run lint - name: Test run: npm run test + - name: Build + run: npm run build - name: i18n_extract run: npm run i18n_extract - name: Coverage