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 23f9f22 commit 06e34efCopy full SHA for 06e34ef
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Install dependencies
28
run: npm ci
29
30
+ - name: Build
31
+ run: npm run build
32
+
33
- name: Lint
34
run: npm run lint
35
test:
0 commit comments