We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4408e3 commit 9eedb5aCopy full SHA for 9eedb5a
.github/workflows/build-test.yml
@@ -32,5 +32,7 @@ jobs:
32
run: npm ci
33
- name: Lint
34
run: npm run lint
35
+ - name: Build
36
+ run: npm run build
37
- name: Unit tests
38
run: npm run test
0 commit comments