Skip to content

Commit

Permalink
feat: added build script in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed Aug 15, 2022
1 parent b097535 commit 42b3470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42b3470

Please sign in to comment.