We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ff431 commit 6d02f22Copy full SHA for 6d02f22
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Install and test
38
run: |
39
npm ci
40
+ npm run build
41
npm run test
42
npm run test:integration
43
- name: Build
0 commit comments