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 12, 2022
1 parent cf879e5 commit bf60da6
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 bf60da6

Please # to comment.