Merge pull request #250 from openedx/abdullahwaheed/run-build-in-ci

`npm run build` script in Github CI
This commit is contained in:
Muhammad Abdullah Waheed
2022-08-16 11:20:25 +05:00
committed by GitHub

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