Skip to content

Commit d156c47

Browse files
committed
Add build checkout to QA check
1 parent 3df0505 commit d156c47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code-qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
run: npm run eslint:check
3838
- name: Run Jest tests
3939
run: npm run test
40+
- name: Build check
41+
run: npm run build

0 commit comments

Comments
 (0)