Skip to content

Commit

Permalink
Merge pull request #250 from openedx/abdullahwaheed/run-build-in-ci
Browse files Browse the repository at this point in the history
`npm run build` script in Github CI
  • Loading branch information
abdullahwaheed authored Aug 16, 2022
2 parents 20e9881 + 42b3470 commit 0645761
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 0645761

Please sign in to comment.