feat: added build script in github CI

This commit is contained in:
Abdullah Waheed
2022-08-15 10:30:48 +05:00
parent b097535580
commit 42b347058f

View File

@@ -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