Skip to content

Commit 3e1264b

Browse files
Merge pull request #229 from openedx/abdullahwaheed/run-build-in-ci
Npm run build script in Github CI
2 parents cf879e5 + bf60da6 commit 3e1264b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: npm run lint
3030
- name: Test
3131
run: npm run test
32+
- name: Build
33+
run: npm run build
3234
- name: i18n_extract
3335
run: npm run i18n_extract
3436
- name: Coverage

0 commit comments

Comments
 (0)