We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b8f30 commit e7cb0c8Copy full SHA for e7cb0c8
1 file changed
.github/workflows/ci-cd.yml
@@ -44,6 +44,12 @@ jobs:
44
- name: Test with mocha
45
run: npm run coverage
46
47
+ #----------------------------------------------
48
+ # build
49
50
+ - name: Build code
51
+ run: npm run build
52
+
53
#----------------------------------------------
54
# reporting
55
0 commit comments