We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e9881 + 42b3470 commit 0645761Copy full SHA for 0645761
1 file changed
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
run: npm run lint
30
- name: Test
31
run: npm run test
32
+ - name: Build
33
+ run: npm run build
34
- name: i18n_extract
35
run: npm run i18n_extract
36
- name: Coverage
0 commit comments