Skip to content

Commit e7cb0c8

Browse files
committed
Add build step
1 parent f4b8f30 commit e7cb0c8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
- name: Test with mocha
4545
run: npm run coverage
4646

47+
#----------------------------------------------
48+
# build
49+
#----------------------------------------------
50+
- name: Build code
51+
run: npm run build
52+
4753
#----------------------------------------------
4854
# reporting
4955
#----------------------------------------------

0 commit comments

Comments
 (0)