Skip to content

Commit bf60da6

Browse files
feat: added build script in github CI
1 parent cf879e5 commit bf60da6

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)